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

11 lines
261 B
Smarty

<section class="main-content my-3">
<div class="container">
<div class="row">
<div class="col-12">
<h1 class="mb-3">{{ title }}</h1>
{{{ content }}}
</div>
</div>
</div>
</section>