{% block content %}
        {% if content and not no_content %}
        {% autoescape off %}
            {{ content|striptags|linebreaks }}
        {% endautoescape %}
        {% endif %}
    {% spaceless %}
    
    {% endspaceless %}
        {% endblock %}
    
    {% endblock %}
{% endblock %}
{{ tag|default:"article" }}>
{% endblock %}