1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-22 16:20:11 +00:00
fresh-themes/partials/html/section/info.hbs
2020-03-17 00:52:49 +00:00

13 lines
299 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}}
<img class="qr" src="../images/qr.png" />
</section>
{{/has}}