{% load static %} DB LRA
{% include "bi/header.html" %} {% include "bi/aside.html" with current_dashboard=dashboard %}
{% if dashboard.title != 'home' %}

{{ dashboard.title }}

{% endif %}
{% block content %} {% endblock %}
{% include "bi/footer.html" %}