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

{{ article.title }}

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