templates/_page/_core/_header.html.twig line 1

Open in your IDE?
  1. <!DOCTYPE html>
  2. <html lang="pl" class="h-100">
  3. <head>
  4.     <meta charset="utf-8">
  5.     <meta content="width=device-width, initial-scale=1.0" name="viewport">
  6.     {% include "_page/_core/_seo.html.twig" %}
  7.     {% include "_page/_core/_favicon.html.twig" %}
  8.     {% include "_page/_core/_googleFonts.html.twig" %}
  9.     {% include stylesheetsUrl %}
  10.     {{ stylesheets|raw }}
  11.     <script src="{{ asset('assets/vendor/jquery/jquery-3.5.1.min.js') }}"></script>
  12.     {{ javascripts_top|raw }}
  13.     {{ before_body|raw }}
  14. </head>
  15. <body class="h-100">
  16. {{ after_body|raw }}