Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / rst.html
index 2b474b80588c59405256f2e55cf8cefb4f87fe93..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 }}
+{{ content|restructuredtext|safe }}
 {% endblock %}