templates/base.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8" />
  5.     <link rel="icon" type="image/x-icon" href="{{ asset('images/icons/favicon.ico') }}" />
  6.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7.     <script>
  8.         localhost={'host': 'https://chilco.diig.cl'}
  9.     </script>
  10.     <script type="module" crossorigin src="/assets/index-60871969.js"></script>
  11.     <link rel="stylesheet" href="/assets/index-6bea388f.css">
  12. </head>
  13. <body>
  14. <div id="root"></div>
  15. <script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
  16. </body>
  17. </html>
  18. {#<!DOCTYPE html>
  19. <html {{ sonata_seo_html_attributes() }} lang="es">
  20. <head {{ sonata_seo_head_attributes() }}>
  21.     <meta charset="UTF-8">
  22.     {{ sonata_seo_title() }}
  23.     {{ sonata_seo_metadatas() }}
  24.     {{ sonata_seo_link_canonical() }}
  25.     {{ sonata_seo_oembed_links() }}
  26.     <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>">
  27.     {% block stylesheets %}
  28.         {{ encore_entry_link_tags('app') }}
  29.     {% endblock %}
  30.     {% block javascripts %}
  31.         {{ encore_entry_script_tags('app') }}
  32.     {% endblock %}
  33. </head>
  34. <body>
  35. {% block body %}{% endblock %}
  36. </body>
  37. </html>#}