lombik.
{% if g.user %}
{% if g.user and g.user.role == 'superuser' %}
Admin
{% endif %}
{% else %}
Log in
Get started
{% endif %}
{% endif %}
{% block content %}{% endblock %}