16 lines
416 B
Smarty
16 lines
416 B
Smarty
<section class="testimonials-section">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col">
|
|
<h2>{{headline}}</h2>
|
|
|
|
<div class="testimonials">
|
|
{{#each testimonials}}
|
|
{{#testimonial this.testimonial }}
|
|
{{/each}}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|