{% extends 'base.html' %} {% block title %}{{ article.title | striptags }} | {{ SITENAME }}{% endblock %} {% block description %}{{ article.summary | striptags }}{% endblock %} {% block meta %} {% endblock %} {% block content %}

{{ article.title }}

{{ article.content }}

Commencer la discussion: Venez écrire un commentaire dans le forum

{% if article.next_article or article.prev_article %} {% endif %} {% if DISQUS_SITENAME and article.status != "draft" %}
{% endif %} {% endblock %}