{{ article.title }} {% include 'article_infos.html' %} {% if article.prev_article %} Previous: {{ article.prev_article.title }} {% endif %} {% if article.next_article %} Next: {{ article.next_article.title }} {% endif %} {% include 'twitter.html' %} {{ article.content }} {% if DISQUS_SITENAME and SITEURL and article.status != "draft" %} Comments ! Please enable JavaScript to view the comments. {% endif %}
Comments !