mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-22 16:20:11 +00:00
16 lines
361 B
Handlebars
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}}
|