{% extends 'bootstrap/base.html' %} {% block title %} Три корочки {% endblock %} {% block content %} {% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %} {% endblock %} {%- block styles %} {{super()}} {%- endblock styles %} {% block navbar %} {% endblock %} {% block scripts %} {{super()}} {% endblock %}}