dcbristol-2019-static/source/_includes/banner.html.twig

12 lines
441 B
Twig
Raw Normal View History

2019-03-20 22:59:23 +00:00
<header role="banner">
2019-05-22 11:19:47 +00:00
<div class="region region-header tw-max-w-6xl tw-px-6 sm:tw-flex sm:tw-justify-between sm:tw-items-center">
<div id="block-dcb2017-branding" class="block block-system block-system-branding-block tw-mx-auto tw-my-2 sm:tw-mx-0">
<a href="/" title="Home" rel="home" class="site-logo">
<img src="/themes/dcb2017/logo.svg" alt="Home" />
</a>
2019-03-20 22:59:23 +00:00
</div>
2019-05-22 11:19:47 +00:00
{% include 'nav' %}
</div>
2019-03-20 22:59:23 +00:00
</header>