aboutsummaryrefslogtreecommitdiffstats
path: root/templates/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/about.html')
-rw-r--r--templates/about.html21
1 files changed, 21 insertions, 0 deletions
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 %}
+
+<header>
+ <div class="panel" id="title">
+ <h1>{{ locale.text("name").unwrap() }}</h1>
+ </div>
+</header>
+
+{% endblock header %}
+
+{% block content %}
+
+<div class="content panel">
+ {{ locale.text("about-content").unwrap()|safe }}
+</div>
+
+{% endblock content %} \ No newline at end of file