1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-06-28 21:50:05 +01:00
fresh-themes/partials/html/section/info.hbs
2016-01-22 05:57:09 -05:00

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}}