{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %} {{ article.title|striptags }} {{ super() }} {% endblock %} {% block page_header %} {{ article.title }} {% endblock %} {% block content %}
{{ article.content }}

This Blog is licensed under Attribution-NonCommercial 4.0 International

{% if article.link %} {% endif %}
{% include 'include/comments.html' %} {% endblock %}