HegreLand/templates/dashboard/index.html.twig

13 lines
205 B
Twig
Raw Normal View History

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