{% extends "core/base.html" %} {% load lyric_extras %} {% block title_text %}Dashboard{% endblock title_text %} {% block header_text %}Dashboard{% endblock header_text %} {% block scripts %} {% include "apps/dashboard/_partials/_scripts.html" %} {% endblock scripts %} {% block content %} {% if user.is_authenticated %}
{% include "apps/dashboard/_partials/_applets.html" %}
{% endif %} {% endblock content %}