{% extends "base.html" %}
{% block head %}
{{ super() }}
{% if article.tags %}
{% endif %}
{% if article.description %}
{% endif %}
{% endblock %}
{% block title %}{{ SITENAME }} | {{ article.title|striptags }}{% endblock %}
{% block content %}
{% include "article_stub.html" %}
{% endblock %}