Begin porting code from NJR

This commit is contained in:
2025-01-02 20:34:22 +00:00
parent ccdc106ef8
commit 8cb13a4bca
27 changed files with 623 additions and 1 deletions

5
src/templates/error.html Normal file
View File

@@ -0,0 +1,5 @@
{% include 'header.html' %}
<section id="post">
{{ post | safe }}
</section>
{% include 'footer.html' %}