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

{{ article.title }}

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

Comments !

{% endif %}
{% endblock %}