mirror of
https://github.com/silverstripe/silverstripe-simple
synced 2024-10-22 11:05:50 +02:00
17 lines
405 B
Scheme
17 lines
405 B
Scheme
<header class="header" role="banner">
|
|
<div class="inner">
|
|
<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>
|
|
</header> |