Files
mccans-theme/tpl/locations.tpl
2025-05-20 14:15:03 -07:00

23 lines
582 B
Smarty

<section class="top-image" style="background-image: url({{ top_image}})">
&nbsp;
</section>
<section class="locations">
<div class="container">
<div class="row">
<div class="col intro">
<h1>{{ headline }}</h1>
<p>{{{ intro }}}</p>
</div>
</div>
<div class="row">
<div class="col d-flex flex-wrap justify-content-between">
{{#each locations}}
{{#locationTile .}}
{{/each}}
</div>
</div>
</div>
</section>