{% extends "czech_inspirational/base.html" %} {% load static wagtailcore_tags wagtailimages_tags %} {% block content %}

{{ page.title }}

{{ page.author }}
{% image page.image max-1200x600 as img %} {{ page.title }}
Ilustrace: Věra Veselá
{{ page.text|richtext }} {% if page.extra_text %}
{{ page.extra_text|richtext }}
{% endif %}

Další kapitoly

{% endblock %} {% block extrascript %} {% endblock %}