husstanden/templates/pages/dashboard.html

9 lines
139 B
HTML

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