{% assign header = site.data.header %}

{% include components/banner.html %}

{% if header.type == 'basic' %}

{% include components/header--basic.html %}

{% else %}

{% include components/header--extended.html %}

{% endif %}