Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

20 lines
507B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>{% block title %}Welcome !{% endblock %}</title>
  6. {# Run `composer require symfony/webpack-encore-bundle`
  7. and uncomment the following Encore helpers to start using Symfony UX #}
  8. {% block stylesheets %}
  9. {# {{ encore_entry_link_tags('app') }} #}
  10. {% endblock %}
  11. </head>
  12. <body>
  13. {% block body %}{% endblock %}
  14. {% block javascripts %}
  15. {# {{ encore_entry_script_tags('app') }} #}
  16. {% endblock %}
  17. </body>
  18. </html>