{% load static %}
{% block title %}Bookr{% endblock %}
{% block brand %}
{% endblock %}
Strona główna
(current)
{% if user.is_authenticated %}
Wyloguj
{% else %}
Zaloguj się
{% endif %}
Wyszukaj
{% if user.is_authenticated %}
Użytkownik: {{ user.username }}
{% endif %}
{% for message in messages %}
{{ message }}
{% endfor %} {% block content %}
Witaj w witrynie Bookr!
{% endblock %}