{% extends "base.html" %} {% block head %} {{ super() }} {% if article.description %} {% endif %} {% if article.tags or article.category or article.keywords %} {% endif %} {% endblock %} {% block content %}
{{ article.title }}
{% if article.event_start %}
{{ article.event_start }}
{% endif %}
{{ article.content }}

{% endblock %}