ninecompta/templates/user/list.html.twig

9 lines
206 B
Twig
Raw Normal View History

2024-11-23 16:06:38 +01:00
{% extends 'base.html.twig' %}
{% block title %} = {{title}}{% endblock %}
{% block body %}
<h1>{{title}}</h1>
<a href="{{ path(routesubmit) }}" class="btn btn-primary">Ajouter</a>
{% endblock %}