]> git.sommitrealweird.co.uk Git - sommitrealweird.git/blob - sommitrealweird/bpcms/templates/bpcms/html.html
Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / html.html
1 {% extends "bpcms/bpcms.html" %}
2
3 {% block content %}
4 <h1>{{ title }}</h1>
5 {{ content|safe }}
6 {% endblock %}