1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-01-14 15:53:12 +00:00

12 lines
255 B
Handlebars
Raw Normal View History

2016-01-22 05:57:09 -05:00
{{#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}}