{% extends 'base.html' %} {% load staticfiles %} {% load i18n %} {% block title %}{{ article.title }}{% endblock %} {% block head %} {% endblock head %} {% block main %}
{% if article.create_user == request.user %} {% endif %} {% include 'articles/partial_article.html' with article=article %} {% include 'articles/partial_article_comments.html' with article=article %} {% endblock main %}