Actually add comments to blog, tidy up rst handling to make sure we get xhtml1.1...
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / bpcms.html
1 {% extends "base.html" %}
2
3 {% block extrahead %}
4 {% if extracss %}
5 {% for css in extracss %}
6 <link rel="stylesheet" type="text/css" href="/css-docs/{{ css.slug }}" />
7 {% endfor %}
8 {% endif %}
9 {% endblock %}