Start on the dashboard template.
This commit is contained in:
parent
adb8cdb12b
commit
a0a0bfcb35
7
app/templates/dashboard.twig
Normal file
7
app/templates/dashboard.twig
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{% extends 'layouts/skeleton.twig' %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
<div>
|
||||||
|
<h1>Dashboard</h1>
|
||||||
|
</div>
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user