Files
jc-ng/src/templates/error.html
T
2025-01-02 20:34:22 +00:00

5 lines
108 B
HTML

{% include 'header.html' %}
<section id="post">
{{ post | safe }}
</section>
{% include 'footer.html' %}