calibre-web/cps/templates/page.html

5 lines
85 B
HTML

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