aboutsummaryrefslogtreecommitdiff
path: root/app/templates/flatpage.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-14 14:46:41 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-14 14:46:41 +0100
commit1e440d4523ed56af398f08b52d563443ab991d79 (patch)
tree61bce662767a41e64f480b1697a8fdb52eb01a8f /app/templates/flatpage.html
parent661bb19de7fe9eba830f96d042af20f2255c0bb5 (diff)
downloadcheatdb-1e440d4523ed56af398f08b52d563443ab991d79.tar.xz
Add help pages
Diffstat (limited to 'app/templates/flatpage.html')
-rw-r--r--app/templates/flatpage.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/flatpage.html b/app/templates/flatpage.html
new file mode 100644
index 0000000..167345d
--- /dev/null
+++ b/app/templates/flatpage.html
@@ -0,0 +1,11 @@
+{% extends "base.html" %}
+
+{% block title %}
+{{ page['title'] }}
+{% endblock %}
+
+{% block content %}
+ <h1>{{ page['title'] }}</h1>
+
+ {{ page.html | safe }}
+{% endblock %}