{% extends "base.html" %} {% block title %} {{ article.title }} | {{ SITENAME }} {% endblock %} {% block content %}
{{ article.locale_date }}
{{ article.content }} {% include "twitter.html" %} {% if article.tags %} {% endif %} {% if article.comments != 'no' %} {% include "disqus.html" %} {% endif %} {% endblock %}