{% set required_keys = ["nav_items", "company_name", "logo_url"] %} {{ apep.macros.nav( items=nav_items, variant="left", flying=true ) }}
{% if logo_url %} {{ apep.macros.image( src=logo_url, alt=company_name, url="/", protected=true, same_origin=true, width="200px" ) }} {% endif %} {{ apep.macros.header_banner( company_name=company_name, url="/" ) }}
{{ apep.macros.theme_switch("floating") }}