{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block content %} {{ article.title }} {% import 'translations.html' as translations with context %} {{ translations.translations_for(article) }} {{ article.content }} {% if DISQUS_SITENAME %} Comments {% endif %} {% if JUVIA_ID %} Comments {% endif %} {% include 'sidebar.html' %} {% endblock %}
Comments