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

{{ article.title }}

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

Published in {{ article.category }}. {% if PDF_PROCESSOR %}get the pdf{% endif %}{% include 'taglist.html' %}

{% if DISQUS_SITENAME %}

Comments !

{% endif %}
{% endblock %}