Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

20 linhas
693 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>{% block title %}Welcome!{% endblock %}</title>
  6. <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 128 128%22><text y=%221.2em%22 font-size=%2296%22>⚫️</text></svg>">
  7. {# Run `composer require symfony/webpack-encore-bundle` to start using Symfony UX #}
  8. {% block stylesheets %}
  9. {{ encore_entry_link_tags('app') }}
  10. {% endblock %}
  11. {% block javascripts %}
  12. {{ encore_entry_script_tags('app') }}
  13. {% endblock %}
  14. </head>
  15. <body>
  16. {% block body %}{% endblock %}
  17. </body>
  18. </html>