2017-03-13 22:24:34 +01:00
|
|
|
<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'}}
|
2017-03-20 21:13:41 +01:00
|
|
|
<a href='#' class="header-menu pull-right">{{>section 'headerMenu'}}</a>
|
2017-03-13 22:24:34 +01:00
|
|
|
</div>
|
|
|
|
|
{{>UI.contentBlock}}
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|