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

View File

@@ -0,0 +1,17 @@
<section class="background-image-cta" style="background-image: url({{ background_image }})">
<div class="container">
<div class="row">
<div class="col">
<{{tag_type}}>{{ headline }}</{{tag_type}}>
<p>{{ description }}</p>
{{#if button_target}}
<p class="cta-button">
<a href="{{ button_target }}">{{ button_text }}</a>
</p>
{{/if}}
</div>
<div class="col"></div>
</div>
</div>
</section>