mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 04:30:10 +00:00
12 lines
255 B
Handlebars
12 lines
255 B
Handlebars
{{#has 'info.brief'}}
|
|
<hr>
|
|
<section id="summary">
|
|
{{#> header-info }}
|
|
{{> header-icon _title="About" _section="info" _hdricon=(lookup . '_icon') }}
|
|
{{/header-info}}
|
|
{{#> body-info }}
|
|
{{{ r.info.brief }}}
|
|
{{/body-info}}
|
|
</section>
|
|
{{/has}}
|