{% if current_user.is_authenticated %}
{{ current_user.name }}
Profile
{% if current_user.is_admin %}
Admin
{% endif %}
Sign out
{% endif %}
{% block body %}{% endblock %}