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