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

{{ article.title }}

Posted on {{ article.locale_date }} in {{ article.category }}

{{ article.content }}

{% if article.tags %} {% for tag in article.tags %} {{ tag }} {% endfor %} {% endif %}

{% include "partial/disqus.html" %}
{% endblock %}