{% load static %} Dashboard {% if user.is_authenticated %}
{% include 'dashboard-ui.html' %} {% block content %} {% endblock content %}
{% else %} # Show Error or Access Denied Page {% endif %}