{% extends "base.html" %} {% load url from future %} {% block "extratitle" %}: {{ poet.name }}{% endblock %} {% block "body" %}
{{ poet.name }}Autor programu: {{ poet.author }}
{{ poet.description|linebreaks }}Kod źródłowy: {{ poet.url }}
Twórz-że!