{{ article.title }}
{% autoescape off %} {{ article.content|safe }} {% endautoescape %}
{% extends "base.html" %} {% load i18n %} {% block page_name %}{{ article.title }}{% endblock %} {% block extrahead %}{{ block.super }} {% endblock %} {% block content %}
{% autoescape off %} {{ article.content|safe }} {% endautoescape %}