Files
ENI-sortir/templates/sortie/index.html.twig
2024-11-19 16:55:30 +01:00

15 lines
316 B
Twig

{% extends 'main/base.html.twig' %}
{% block head %}
<head>
<meta charset="UTF-8">
<title>Sortie</title>
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>
{% endblock %}
{%block content %}
<h1>Liste sortie</h1>
{% endblock %}