15 lines
551 B
Smarty
15 lines
551 B
Smarty
<!-- CTA Buttons BEGIN -->
|
|
<section class="cta-buttons-slice-container bg-color-{{background_color}} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
{{#each buttons}}
|
|
<div class="col-auto">
|
|
<div class="cta-button">
|
|
<a class="button--primary" href="{{button.url}}">{{button.title}}</a>
|
|
</div>
|
|
</div>
|
|
{{/each}}
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- CTA Buttons END --> |