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/interests.hbs
2020-03-17 00:52:49 +00:00

16 lines
361 B
Handlebars

{{#section "interests"}}
<hr>
<section id="interests">
{{#> header-interests }}
{{> header-icon _title="INTERESTS" _section="interests" _hdricon=(lookup . '_icon') }}
{{/header-interests}}
<center>
{{#each r.interests}}
{{#> body-interests }}
| <em>{{{ name }}}</em> |
{{/body-interests}}
{{/each}}
</center>
</section>
{{/section}}