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

{{ article.title }}

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

Comments

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