{% extends "base.html" %} {% block title %}{{ article.title|striptags }} — {{ SITENAME }}{% endblock %} {% block content %}
{% include '_includes/article.html' %}
{% include '_includes/article_infos.html' %} {% include '_includes/sharing.html' %}
{% if (DISQUS_SITENAME or ISSO_SITEURL) and SITEURL and article.status != "draft" %}

Comments

{% if ISSO_SITEURL %}
{% endif %} {% if DISQUS_SITENAME %}
{% include '_includes/disqus_thread.html' %}
{% endif %}
{% endif %}
{% endblock %}