Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / rst.html
index defd07930fbbdcc91870b8994464f00c0f2711fe..caf2f4f2928212b42e642c69b33badda61ff3b2d 100644 (file)
@@ -1,7 +1,7 @@
-{% extends "base.html" %}
-{% load markup %}
+{% extends "bpcms/bpcms.html" %}
+{% load xhtml11rst %}
 
 {% block content %}
-<h1> {{ title }}</h1>
-{{ content|restructuredtext }}
+<h1>{{ title }}</h1>
+{{ content|restructuredtext|safe }}
 {% endblock %}