1
0
mirror of https://github.com/JuanCanham/fresh-themes.git synced 2025-01-22 19:52:34 +00:00
fresh-themes/partials/html/section/testimonials.html

15 lines
357 B
HTML
Raw Normal View History

{{#section "testimonials"}}
<hr>
2016-01-12 09:40:18 -05:00
<section id="testimonials">
{{#> header-testimonials }}
2016-01-12 10:33:19 -05:00
{{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
2016-01-12 09:40:18 -05:00
{{/header-testimonials}}
{{#each r.testimonials}}
<div>
<h3><em>{{ name }}</em></h3>
2016-01-12 10:33:19 -05:00
<p>{{{ quote }}}</p>
</div>
{{/each}}
</section>
{{/section}}