Actually add comments to blog, tidy up rst handling to make sure we get xhtml1.1...
[sommitrealweird.git] / sommitrealweird / bpcms / templates / bpcms / bpcms.html
diff --git a/sommitrealweird/bpcms/templates/bpcms/bpcms.html b/sommitrealweird/bpcms/templates/bpcms/bpcms.html
new file mode 100644 (file)
index 0000000..7b96bb9
--- /dev/null
@@ -0,0 +1,9 @@
+{% extends "base.html" %}
+
+{% block extrahead %}
+{% if extracss %}
+{% for css in extracss %}
+<link rel="stylesheet" type="text/css" href="/css-docs/{{ css.slug }}" />
+{% endfor %}
+{% endif %}
+{% endblock %}