templates/html/01_head/head.html.twig line 1

Open in your IDE?
  1. {% block head %}
  2.   <head>
  3.     {% include "html/01_head/00_header-script/header-script.html.twig" %}
  4.     {% include 'html/01_head/01_tracking/tracking.html.twig' %}
  5.     {% include 'html/01_head/02_meta/meta.html.twig' %}
  6.     {% include 'html/01_head/03_favicons/favicons.html.twig' %}
  7.     {% include 'html/01_head/04_styles/styles.html.twig' %}
  8.     {% include 'html/01_head/05_maps/maps.html.twig' %}
  9.   </head>
  10. {% endblock %}