diff options
author | 2024-01-30 16:16:05 +0000 | |
---|---|---|
committer | 2024-01-30 16:16:05 +0000 | |
commit | f00159f53b3774601500ec65345791311ff6efa1 (patch) | |
tree | cc65a487e71a056126e1935108a494c7851863f9 /templates/error.html.tera | |
parent | 8c03d9a53f4bc2f70fb5c1e0487bc74fe0137fcb (diff) | |
download | blossom-f00159f53b3774601500ec65345791311ff6efa1.tar.gz blossom-f00159f53b3774601500ec65345791311ff6efa1.tar.bz2 blossom-f00159f53b3774601500ec65345791311ff6efa1.zip |
migrate to poem and askama
Diffstat (limited to 'templates/error.html.tera')
-rw-r--r-- | templates/error.html.tera | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/error.html.tera b/templates/error.html.tera deleted file mode 100644 index 5a4cc17..0000000 --- a/templates/error.html.tera +++ /dev/null @@ -1,10 +0,0 @@ -{% extends "base" %} - -{% block content %} - -<div class="content panel"> - <h2>Error {{ status }}: {{ req }}</h2> - <h3>{{ message }}</h3> -</div> - -{% endblock %} |