mirror of
https://github.com/resources-manager/resources-manager-webui.git
synced 2024-10-31 20:00:36 +01:00
9 lines
251 B
Twig
9 lines
251 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block header %}<h1>Gestionnaire de ressources</h1>{% endblock %}
|
|
|
|
{% block title %}Page d'accueil{% endblock %}
|
|
{% block nav %}{% include 'menus.html.twig' %}{% endblock %}
|
|
|
|
{% block content %}Hey hey!{% endblock %}
|