{% extends "base.html" %} {% block metadata %} {% endblock %} {% block content %}

{{ article.title }}

{{ article.locale_date }} {{ article.content }} {% if article.tags %}

Tags:

{% endif %} {% include 'fragments/disqus.html' %}
{% endblock %}