1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-07-06 20:04:22 +00:00
calibre-web/cps/templates/fragment.html
Ozzie Isaacs dd30ac4fbd Added thumbnails
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
2021-03-20 11:32:50 +01:00

6 lines
152 B
HTML

{% from 'book_cover.html' import book_cover_image %}
<div class="container-fluid">
{% block body %}{% endblock %}
</div>
{% block js %}{% endblock %}