{% block extend_header %}{% endblock %}
lombik.
{% if g.user %}
Home {% if g.user and g.user.role == 'superuser' %} Admin {% endif %}

{% else %} Log in Get started {% endif %}
{% block content %}{% endblock %}
{% with messages = get_flashed_messages(with_categories=true) %} {% include 'base/partials/flash.html' %} {% endwith %}