{% extends "article_base.html" %} {% block content %}

{{ object.title }}

{{ object.illustration }}

{{ object.ingress|safe }}

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

{{ object.body|safe }}

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