From 7c14130b61d806b42e7c0d1c8cf846b964caadff Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 1 Jan 2026 21:34:04 +0100 Subject: about page --- templates/about.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 templates/about.html (limited to 'templates/about.html') diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..e7226a8 --- /dev/null +++ b/templates/about.html @@ -0,0 +1,21 @@ +{% extends "base.html" %} + +{% block nav_about %}active{% endblock %} + +{% block header %} + +
+
+

{{ locale.text("name").unwrap() }}

+
+
+ +{% endblock header %} + +{% block content %} + +
+ {{ locale.text("about-content").unwrap()|safe }} +
+ +{% endblock content %} \ No newline at end of file -- cgit