Hopp til innhold
{{ site.title }}
{% if user %}
Innlegg
{% if user.is_owner %}
Brukere
Innstillinger
{% endif %}
Profil
Passord
Se bloggen
Logg ut ({{ user.username }})
{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% for cat, msg in messages %}
{{ msg }}
{% endfor %} {% endwith %} {% block content %}{% endblock %}