summaryrefslogtreecommitdiff
path: root/project/templates/flatpages/restructuredtext.html
diff options
context:
space:
mode:
Diffstat (limited to 'project/templates/flatpages/restructuredtext.html')
-rw-r--r--project/templates/flatpages/restructuredtext.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/project/templates/flatpages/restructuredtext.html b/project/templates/flatpages/restructuredtext.html
new file mode 100644
index 0000000..386cceb
--- /dev/null
+++ b/project/templates/flatpages/restructuredtext.html
@@ -0,0 +1,10 @@
+{% extends "base.html" %}
+
+{% load markup %}
+{% block title %}
+{{ flatpage.title }}
+{% endblock %}
+
+{% block content %}
+{{ flatpage.content|restructuredtext }}
+{% endblock %}