{% extends "base.html" %} {% block title %}{{ SITENAME }} - {{ article.title }}{% endblock %} {% block content %}

{{ article.title }}

{%include 'meta.html'%}
{{ article.content }}
{% if DISQUS_SITENAME %}

Commentaires :

{% endif %} {# {% if article.related_posts %} {% endif %} #} {% endblock %}