10 lines
270 B
HTML
10 lines
270 B
HTML
<header>
|
|
{{#if icon}}
|
|
<img src="{{icon}}" height="64" width="64" class="mbSwadeIcon" title="{{name}} Effect" alt=" " />
|
|
{{/if}}
|
|
<div class="mbSwadeTitle">
|
|
<h2>{{headerTitle}}</h2>
|
|
{{#if headerSubtitle}}<p>{{headerSubtitle}}</p>{{/if}}
|
|
</div>
|
|
</header>
|