2016-01-12 12:27:13 +00:00
|
|
|
{{#section "testimonials"}}
|
|
|
|
<hr>
|
2016-01-12 14:40:18 +00:00
|
|
|
<section id="testimonials">
|
|
|
|
{{#> header-testimonials }}
|
2016-01-12 15:33:19 +00:00
|
|
|
{{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
|
2016-01-12 14:40:18 +00:00
|
|
|
{{/header-testimonials}}
|
2016-01-12 12:27:13 +00:00
|
|
|
{{#each r.testimonials}}
|
2016-01-13 02:29:06 +00:00
|
|
|
{{#> body-testimonials }}
|
2016-01-12 12:27:13 +00:00
|
|
|
<div>
|
|
|
|
<h3><em>{{ name }}</em></h3>
|
2016-01-12 15:33:19 +00:00
|
|
|
<p>{{{ quote }}}</p>
|
2016-01-12 12:27:13 +00:00
|
|
|
</div>
|
2016-01-13 02:29:06 +00:00
|
|
|
{{/body-testimonials}}
|
2016-01-12 12:27:13 +00:00
|
|
|
{{/each}}
|
|
|
|
</section>
|
|
|
|
{{/section}}
|