mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 12:40:11 +00:00
7 lines
122 B
Handlebars
7 lines
122 B
Handlebars
|
<header>
|
||
|
{{#if _icon}}
|
||
|
{{> (lookup . '_hdricon') }}
|
||
|
{{/if}}
|
||
|
<h2>{{{sectionTitle _title _section}}}</h2>
|
||
|
</header>
|