{% extends "base.html" %}
{% block title %}{{ super() }} : {{ article.title }}{% endblock %}
{% block content %}
{% if not HIDE_DATE %}{% endif %}
{{ article.content }}
{% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}
Comments
{% endif %}
{% endblock %}