Files
medicalalert-web-reloaded/wp/wp-content/themes/medicalalert/tpl/simple_content.tpl
Tony Volpe 706f089d5e add theme
2024-06-18 16:47:10 -04:00

13 lines
414 B
Smarty

<!-- Simple Content BEGIN -->
<section class="simple-content-slice-container bg-color-{{ background_color }} padding-top-{{padding_top}} padding-bottom-{{padding_bottom}}">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<div class="simple-content">
{{{ copy }}}
</div>
</div>
</div>
</div>
</section>
<!-- Simple Content END -->