summaryrefslogtreecommitdiff
path: root/templates/text.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/text.html')
-rw-r--r--templates/text.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/text.html b/templates/text.html
new file mode 100644
index 0000000..9ba2a71
--- /dev/null
+++ b/templates/text.html
@@ -0,0 +1,8 @@
+{% extends "base.html" %}
+
+{% block content %}
+<section id="text">
+
+ {{ section.content | safe }}
+</section>
+{% endblock %}