templates/files_user/new.html.twig line 1

Open in your IDE?
  1. {% extends 'base.html.twig' %}
  2. {% block title %}Datamana
  3. {% endblock %}
  4. {% block body %}
  5.     {% include "components/_navbar.html.twig" %}
  6.     {% include "layouts/_breadcrumb_user_file.html.twig" with { h2 : "Création d’un nouveau fichier" } %}
  7.     {% include "components/_pageBreadcrumb.html.twig" %}
  8.     {% include "components/_section_user.html.twig" %}
  9. {% endblock %}