There are no notes for this item.
- Handle: @unit-masthead
- Variants (4): Basic , Subsite , Logo , Subsite with logo
- Preview:
- Filesystem Path: src\components\02-blocks\unit-masthead\unit-masthead.hbs
- Referenced by (1): @base
<div id="UnitMastheadWrapper" class="UnitMastheadWrapper">
<div id="UnitMasthead" class="UnitMasthead">
<div class="SiteTitle">
<a href="">
Basic unit masthead
</a>
</div>
</div>
</div>
<div id="UnitMastheadWrapper" class="UnitMastheadWrapper">
<div id="UnitMasthead" class="UnitMasthead">
<div class="SiteTitle">
{{#if parentSite}}
<div class="ParentTitle">
<a href="{{parentSite.url}}">{{parentSite.name}}</a>
</div>
{{/if}}
{{#if site.logo}}
{{#if page.homepage}}
<h1>
{{else}}
<a href="{{site.url}}">
{{/if}}
<img src="{{path site.logo.image}}" alt="{{site.logo.alt}}" />
{{#if page.homepage}}
</h1>
{{else}}
</a>
{{/if}}
{{else}}
{{#if page.homepage}}
<h1>
{{else}}
<a href="{{site.url}}">
{{/if}}
{{site.name}}
{{#if page.homepage}}
</h1>
{{else}}
</a>
{{/if}}
{{/if}}
</div>
</div>
</div>
/* No context defined for this component. */