husstanden/templates/pages/dashboard.html

9 lines
139 B
HTML
Raw Normal View History

2019-04-25 22:17:26 +02:00
{% set title = "Dashboard" %}
{% extends "layout/dash.html" %}
{% block content %}
{% include "modules/calendar.html" %}
2019-04-25 22:17:26 +02:00
{% endblock %}