X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/blobdiff_plain/23038a1b9fab906d029198fdbf02665b551c52a9..2e02e107aff23d09c81ac970101ebe2f9ce5e760:/sommitrealweird/bpcms/templates/bpcms/rst.html diff --git a/sommitrealweird/bpcms/templates/bpcms/rst.html b/sommitrealweird/bpcms/templates/bpcms/rst.html index defd079..2b474b8 100644 --- a/sommitrealweird/bpcms/templates/bpcms/rst.html +++ b/sommitrealweird/bpcms/templates/bpcms/rst.html @@ -2,6 +2,6 @@ {% load markup %} {% block content %} -

{{ title }}

+

{{ title }}

{{ content|restructuredtext }} {% endblock %}