{% load static %} {% block title %}Mazer{% endblock title %}
{% if request.user.is_authenticated %} {% include 'includes/sidebar.html' %} {% endif %} {% block content %} {% endblock content %}