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

{{ article.title }}

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

Commentaires:

{% endif %}
{% endblock %}