mirror of
https://github.com/JuanCanham/fresh-theme-bootstrap.git
synced 2025-04-06 00:29:35 +01:00
14 lines
365 B
HTML
14 lines
365 B
HTML
{{#section 'interests'}}
|
|
<hr>
|
|
<section class="row">
|
|
<h3 class="{{headerClass}}"><span class="fa fa-fw fa-heart"></span> {{{sectionTitle "Interests"}}}</h3>
|
|
<div class="{{contentClass}}">
|
|
{{#each r.interests}}
|
|
<h4>{{name}}</h4>
|
|
{{{summary}}}
|
|
{{#unless @last}}<div> </div>{{/unless}}
|
|
{{/each}}
|
|
</div>
|
|
</section>
|
|
{{/section}}
|