{% extends "base.html" %} {% block content %}

{{ dashboard_settings.dashboard_title | default('Glimpsy') }}

0 Sites
{% include 'menu_toggle.html' %}
{% if dashboard_settings.search_enabled %} {% endif %} {% if dashboard_settings.calendar_enabled %}
Calendar

{% endif %} {% if dashboard_settings.news_enabled %}

Daily News

Loading…

Loading news…

{% endif %}
{% endblock %} {% block scripts %} {% if dashboard_settings.calendar_enabled %} {% endif %} {% if dashboard_settings.news_enabled %} {% endif %} {% endblock %}