src/Aviatur/TwigBundle/Resources/views/aviatur/Custom/App/header/secondary-nav.html.twig line 1

Open in your IDE?
  1. {% if isMobile  %}
  2.   {% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/header/secondary-nav-palm.html.twig') %}
  3. {% else %}
  4.   {% include twig_exists('@AviaturTwig/'~ agency_folder.twigStyle() ~'/App/header/secondary-nav-lap-and-up.html.twig') %}
  5. {% endif %}