{% extends "base.html" %} {% block indextitle %}{% endblock %} {% block content %}
{% include "metadata.html" %}
{{ article.content }}
{% if DISQUS_SITENAME or FACEBOOK_APPID or TWITTER_USERNAME %}

Comments

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