HegreLand/templates/dashboard/index.html.twig

13 lines
179 B
Twig
Raw Permalink Normal View History

2024-09-26 15:36:56 +02:00
{% extends 'base.html.twig' %}
{% block title %}Dashboard{% endblock %}
2024-11-14 14:19:23 +01:00
2024-09-26 15:36:56 +02:00
{% block body %}
<div class="wrapper">
<h1>Welcome, *Dashboard User* !</h1>
</div>
{% endblock %}