{% set title = "Dashboard" %}
{% extends "layout/dash.html" %}
{% block content %}
{% include "modules/calendar.html" %}
{% endblock %}