bundles/FoxHabbit/BasisBundle/Resources/views/Areas/basisbundle-topnav/nav-parts/empty.html.twig line 1

Open in your IDE?
  1. {% import '@FoxHabbitBasis/Macro/wrap.html.twig' as wrap_macro %}
  2. {{ wrap_macro.wrapperOpen( partConfig.wrapper, _context) }}
  3.     {{ partConfig.content|default('') }}
  4. {{ wrap_macro.wrapperClose( partConfig.wrapper, _context) }}