1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-11-23 00:30:10 +00:00
fresh-themes/partials/html/section/interests.hbs

16 lines
361 B
Handlebars
Raw Normal View History

2016-01-22 07:42:25 +00:00
{{#section "interests"}}
<hr>
<section id="interests">
{{#> header-interests }}
{{> header-icon _title="INTERESTS" _section="interests" _hdricon=(lookup . '_icon') }}
{{/header-interests}}
2020-03-17 00:52:49 +00:00
<center>
2016-01-22 07:42:25 +00:00
{{#each r.interests}}
{{#> body-interests }}
2020-03-17 00:52:49 +00:00
| <em>{{{ name }}}</em> |
2016-01-22 07:42:25 +00:00
{{/body-interests}}
{{/each}}
2020-03-17 00:52:49 +00:00
</center>
2016-01-22 07:42:25 +00:00
</section>
{{/section}}