menu
Information
- Folder
src/components/template-components/header/menu
Files
Schema
Mocks
Template
// src/components/template-components/header/menu/menu.twig
{% set content %}
<div class="HeaderMenu-nav">
{% include "@template-components/header/menu/nav/nav.twig" with {
items: items,
label: label,
} only %}
</div>
{% endset %}
<div class="HeaderMenu js-HeaderMenu">
{% include "@template-components/header/_overlay/_overlay.twig" with {
content: content,
alias: "menu",
} only %}
</div>