WIP
This commit is contained in:
15
tpl/flex_testimonials.tpl
Normal file
15
tpl/flex_testimonials.tpl
Normal file
@@ -0,0 +1,15 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user