mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-16 06:12:58 +00:00
dd30ac4fbd
Merge remote-tracking branch 'cover/thumbnails' into development # Conflicts: # cps/admin.py # cps/templates/layout.html # cps/ub.py # cps/web.py Update join for sqlalchemy 1.4
6 lines
152 B
HTML
6 lines
152 B
HTML
{% from 'book_cover.html' import book_cover_image %}
|
|
<div class="container-fluid">
|
|
{% block body %}{% endblock %}
|
|
</div>
|
|
{% block js %}{% endblock %}
|