{% extends "article_base.html" %} {% block head %} {{ object.title }}: Side {{ page }} {% endblock %} {% block content %}

{{ object.title }}

{% if start %}
{{object.illustration }}

{{ object.ingress|safe }}

Tekst: {{ object.author.name }}
Foto/Ill: {{ object.illustration.author.name }}

{% endif %}

{{ object.body|safe }}

{% endblock %} {% block footer %} {% endblock %}