HegreLand/templates/dashboard/index.html.twig
2024-10-17 14:33:38 +02:00

13 lines
205 B
Twig

{% extends 'base.html.twig' %}
{% block title %}Dashboard{% endblock %}
{% block body %}
<div class="wrapper">
<h1>Welcome, *Dashboard User* !</h1>
This is a placeholder.
</div>
{% endblock %}