{% extends "base.html" %} {% block title %}{{ article.title }}{% endblock %} {% block content %} {{ article.title }} {{ article.content }} {% if DISQUS_SITENAME %} Comments ! {% endif %} {% endblock %}
Comments !