{{ article.title }}
{% include 'article_infos.html' %}
{{ article.summary }}
read more
{% include 'comments.html' %}
{% extends "base.html" %} {% block content_title %}{% endblock %} {% block content %} {% if articles %} {% for article in articles_page.object_list %} {# First item #} {% if loop.first and not articles_page.has_previous() %}