Added plain text (gemtext like) templates

This commit is contained in:
Slatian
2023-02-25 15:42:59 +01:00
parent aa384c9eff
commit 896564791e
11 changed files with 265 additions and 24 deletions

7
templates/404.txt Normal file
View File

@ -0,0 +1,7 @@
{% extends "base.txt" %}
{% block content %}
# Nothing here!
{% endblock %}
{% block json_notice %}{%endblock%}