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