This commit is contained in:
2025-05-07 14:25:53 -07:00
parent 37f0958a80
commit 71ee3a3949
2 changed files with 8 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 MiB

View File

@@ -3,6 +3,14 @@
<div class="row">
<div class="col">
<h1>{{ headline }}</h1>
{{#if sub_headline}}
<p class="sub-headline">{{ sub_headline }}</p>
{{/if}}
{{#if button_text}}
<p class="cta-button gold">
<a href="{{ button_target }}">{{ button_text }}</a>
</p>
{{/if}}
</div>
</div>
</div>