{% if current_user.is_authenticated %}
{% if current_user.admin %}
Admin
{% endif %}
Sign out
{% endif %}
{{ config.SITE_TITLE }}