{% extends "base.html" %} {% block content %} {{ page.title }} {% if current_user.is_authenticated and current_user.is_admin %}Edytuj{% endif %} {% if page.body %}{{ page.body|safe }}{% else %}Strona jest jeszcze pusta.{% endif %} {% endblock %}
Strona jest jeszcze pusta.