rename 'content' to 'bpcms'
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / rst.html
diff --git a/sommitrealweird/bpcms/templates/bpcms/rst.html b/sommitrealweird/bpcms/templates/bpcms/rst.html
new file mode 100644 (file)
index 0000000..defd079
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+{% load markup %}
+
+{% block content %}
+<h1> {{ title }}</h1>
+{{ content|restructuredtext }}
+{% endblock %}