{% if config.extra.landing_banner is mapping
and config.extra.landing_banner.visible is true %}
{% set banner = config.extra.landing_banner %}
{% if banner.image is string
and banner.path is string
and banner.title is string
and banner.link is string
and banner.description is string %}
{% set image_src = banner.path ~ banner.image %}
{% set a_target = "_blank" if banner.link.startswith('http') else none %}