{% extends "base.html" %} {% block content %}
{% include "includes/sidebar.html" %}
{% block page_content %}{% endblock %}
{% endblock %}