1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2024-07-03 07:50:04 +01:00
fresh-themes/partials/html/section/testimonials.html

16 lines
376 B
HTML
Raw Normal View History

{{#section "testimonials"}}
<hr>
2016-01-12 14:40:18 +00:00
<section id="testimonials">
{{#> header-testimonials }}
{{> header-simple _title="TESTIMONIALS" _section="testimonials" }}
{{#> icon-testimonials }}{{/icon-testimonials}}
{{/header-testimonials}}
{{#each r.testimonials}}
<div>
<h3><em>{{ name }}</em></h3>
{{{ quote }}}
</div>
{{/each}}
</section>
{{/section}}