{% extends 'blog/index.html' %} {% block title %} {{ article.title }} {% endblock %} {% block main %} {% block left %}

{{ article.title }}

{% autoescape off %} {{ article.content }} {% endautoescape %}
{% include 'comment/comments.html' %}
{% endblock %} {% block right %} {% include 'blog/right.html' %} {% endblock %} {% endblock %} {% block footer %} {% endblock %}