{% include "navigation_bar.html" %}
{% block main %}{% endblock %}
{% block overlay %}{% endblock %}
{% if user %}
{% include "sidebar.html" %}
{% endif %}
{% extends "head_base.html" %} {% block body %}