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

{{ article.title}}

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