{% extends "base.html" %} {% block content %}
back to list
{% with article=object social=1 %} {% include 'news/item.html' %} {% endwith %} {% with object.author as owner %} {% include 'comments/module.html' %} {% endwith %} {% endblock %}