{% extends "base.html" %} {% block title %}{{ article.title|striptags }}{% endblock %} {% block content %}
{% include "article_header.html" %}
{{ article.content }}
{% if article.prev_article %} {% endif %} {% if article.next_article %} {% endif %}
{% endblock %}