diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-25 21:46:28 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-25 21:46:28 +0200 |
| commit | 15fc4c739ae07421c0ce1bed9fc05403312a2e86 (patch) | |
| tree | 57654afde34a3974288d7e5a10f9e2a18d6f4d2d /templates/about.html.j2 | |
| parent | c06148152be80a6536cfe59f7ffe7356bdf75f3c (diff) | |
added about page, changed css, added navbar
Diffstat (limited to 'templates/about.html.j2')
| -rw-r--r-- | templates/about.html.j2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/about.html.j2 b/templates/about.html.j2 new file mode 100644 index 0000000..8ebc3d7 --- /dev/null +++ b/templates/about.html.j2 @@ -0,0 +1,4 @@ +{% extends "template.html.j2" %} +{% block content %} + {{ content|safe }} +{% endblock %}
\ No newline at end of file |
