1
0
mirror of https://github.com/janeczku/calibre-web synced 2024-06-18 11:19:57 +00:00
calibre-web/cps/templates/page.html

5 lines
85 B
HTML

{% extends "layout.html" %}
{% block body %}
<div>{{body|safe}}</div>
{% endblock %}