ohif-viewer/Packages/ohif-header/client/components/header/header.html
2017-03-21 10:16:47 -03:00

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>