diff --git a/madblog/templates/article.html b/madblog/templates/article.html index cc62722..ed1e694 100644 --- a/madblog/templates/article.html +++ b/madblog/templates/article.html @@ -4,8 +4,6 @@ {% endwith %}
-{% endif %} -
{% if not skip_header %} {% if title %} @@ -46,13 +44,16 @@ {% endif %}
+{% endif %} + {{ content | safe }} + +{% if not skip_html_head %}
{% include 'footer.html' %} -{% if not skip_html_head %}
{% include 'common-tail.html' %} {% endif %}