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

{{ article.title }}

{% include "metadata.html" %}
{{ article.content }}

✎ Editar | ⛁ Versões


{% include "twitter.html" %} {% if DISQUS_SITENAME %}

Comentários

{% include "disqus.html" %} {% endif %}
{% endblock %}