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

{{ article.title }}

{{ article.locale_date }}

{{ article.content }} {% include "twitter.html" %} {% if article.tags %}

This entry was tagged as {% for tag in article.tags %} {{ tag }} {% endfor %}

{% endif %} {% if article.comments != 'no' %} {% include "disqus.html" %} {% endif %} {% endblock %}