2012-06-07 17:04:50 +02:00
|
|
|
<header class="header" role="banner">
|
|
|
|
<div class="inner">
|
2013-01-22 23:56:46 +01:00
|
|
|
<div class="unit size4of4 lastUnit">
|
|
|
|
<a href="$BaseHref" class="brand" rel="home">
|
|
|
|
<h1>$SiteConfig.Title</h1>
|
|
|
|
<% if $SiteConfig.Tagline %>
|
|
|
|
<p>$SiteConfig.Tagline</p>
|
|
|
|
<% end_if %>
|
|
|
|
</a>
|
|
|
|
<% if $SearchForm %>
|
2021-10-04 11:20:58 +02:00
|
|
|
<button class="search-dropdown-icon">L</button>
|
2013-01-22 23:56:46 +01:00
|
|
|
<div class="search-bar">
|
|
|
|
$SearchForm
|
|
|
|
</div>
|
2012-06-07 17:04:50 +02:00
|
|
|
<% end_if %>
|
2013-01-22 23:56:46 +01:00
|
|
|
<% include Navigation %>
|
|
|
|
</div>
|
2012-06-07 17:04:50 +02:00
|
|
|
</div>
|
2012-10-27 05:15:51 +02:00
|
|
|
</header>
|