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