{% extends 'layouts/base.html' %} {% block header %} Toggle navigation {% if current_user.role == 'admin' %} {% include 'admin/_menu.html' %} {% endif %} {% if current_user.is_authenticated %} Account Settings Session Log out {% else %} Log in Sign up {% endif %} {% endblock %} {% block footer %}