latest changes

This commit is contained in:
2025-06-17 08:01:10 -07:00
parent edcad561a5
commit 4c48d7ccbd
50 changed files with 1735 additions and 195 deletions

16
tpl/flex_callout_text.tpl Normal file
View File

@@ -0,0 +1,16 @@
<section class="callout-text">
<div class="container">
<div class="row">
<div class="col">
<h2>{{{ headline_1 }}}
{{#if headline_2}}
<span class="line-2">{{ headline_2 }}</span>
{{/if}}
</h2>
{{#if descriptive_text}}
<p>{{descriptive_text}}</p>
{{/if}}
</div>
</div>
</div>
</section>