flask-base
{% if current_user.admin %}
Admin
{% endif %} {% if current_user.is_authenticated %}
Logout
{% endif %}
{% block content %}{% endblock %}