forme création sortie
This commit is contained in:
14
templates/sortie/index.html.twig
Normal file
14
templates/sortie/index.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% 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 %}
|
||||
Reference in New Issue
Block a user