<!– Header –> <section id=“header”>

    {% include language.html %}
<header>
    <a href="{{ site.baseurl }}/"><h1>{{ page.title }}</h1></a>
    <p>{{ page.subtitle }}</p>
</header>
<footer>
    <a href="#banner" class="button style2 scrolly-middle">Proceed as anticipated</a>
</footer>

</section>