WIP
This commit is contained in:
17
tpl/flex_background_image_cta.tpl
Normal file
17
tpl/flex_background_image_cta.tpl
Normal 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>
|
||||
Reference in New Issue
Block a user