{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block content %}

{{ article.title}}

{% include 'twitter.html' %}
{% include 'article_infos.html' %} {{ article.content }}
{% if article.hundreddaystooffload %}

Day {{ article.hundreddaystooffload }} of #100DaysToOffload

{% endif %} {% if article.comment %} {% include 'comments.html' %} {% endif %} {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %}

Comments !

{% endif %}
{% endblock %}