mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-13 05:20:01 +00:00
5 lines
85 B
HTML
5 lines
85 B
HTML
{% extends "layout.html" %}
|
|
{% block body %}
|
|
<div>{{body|safe}}</div>
|
|
{% endblock %}
|