mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
20 lines
467 B
Scheme
20 lines
467 B
Scheme
<header class="header" role="banner">
|
|
<div class="inner">
|
|
<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 %>
|
|
<span class="search-dropdown-icon">L</span>
|
|
<div class="search-bar">
|
|
$SearchForm
|
|
</div>
|
|
<% end_if %>
|
|
<% include Navigation %>
|
|
</div>
|
|
</div>
|
|
</header>
|