13 lines
460 B
HTML
13 lines
460 B
HTML
<template name="header">
|
|
<div class="header noselect {{reactive headerClasses}}">
|
|
<div class="clearfix">
|
|
<a target='_blank' class="brand pull-left" href="{{choose this.brandHref '/'}}">
|
|
{{>section 'brand'}}
|
|
</a>
|
|
{{>section 'headerAfterBrand'}}
|
|
<a href='#' class="header-menu pull-right">{{>section 'headerMenu'}}</a>
|
|
</div>
|
|
{{>UI.contentBlock}}
|
|
</div>
|
|
</template>
|