Start on the dashboard template.

This commit is contained in:
Dave Smith-Hayes 2024-06-27 20:34:37 -04:00
parent adb8cdb12b
commit a0a0bfcb35

View File

@ -0,0 +1,7 @@
{% extends 'layouts/skeleton.twig' %}
{% block content %}
<div>
<h1>Dashboard</h1>
</div>
{% endblock %}