mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2024-11-14 04:30:10 +00:00
17 lines
414 B
Handlebars
17 lines
414 B
Handlebars
{{#section "testimonials"}}
|
|
<hr>
|
|
<section id="testimonials">
|
|
{{#> header-testimonials }}
|
|
{{> header-icon _title="TESTIMONIALS" _section="testimonials" _hdricon=(lookup . '_icon') }}
|
|
{{/header-testimonials}}
|
|
{{#each r.testimonials}}
|
|
{{#> body-testimonials }}
|
|
<div>
|
|
<h3><em>{{ name }}</em></h3>
|
|
<p>{{{ quote }}}</p>
|
|
</div>
|
|
{{/body-testimonials}}
|
|
{{/each}}
|
|
</section>
|
|
{{/section}}
|