mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 20:50:11 +00:00
16 lines
323 B
HTML
16 lines
323 B
HTML
|
{{#section "testimonials"}}
|
||
|
<hr>
|
||
|
<section id="awards">
|
||
|
<header>
|
||
|
<h2>{{{sectionTitle "testimonials" "Testimonials"}}}</h2>
|
||
|
{{#> icon-testimonials }}{{/icon-testimonials}}
|
||
|
</header>
|
||
|
{{#each r.testimonials}}
|
||
|
<div>
|
||
|
<h3><em>{{ name }}</em></h3>
|
||
|
{{{ quote }}}
|
||
|
</div>
|
||
|
{{/each}}
|
||
|
</section>
|
||
|
{{/section}}
|