{% extends "base.html" %} {% load static wagtailcore_tags %} {% block content %} {{ page.title }} {% if page.author %} {{ page.author }} {% endif %} {{ page.content|richtext }} Stáhnout {% endblock content %}