This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

15
tpl/flex_testimonials.tpl Normal file
View 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>