{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %} {{ article.title|striptags }} {{ super() }} {% endblock %} {% block page_header %} {% if article.link %} {% endif %} {{ article.title }} {% if article.link %} {% endif %} {% endblock %} {% block content %}
{{ article.content }} {% if article.link %} {% endif %}
{% include 'include/comments.html' %} {% endblock %}