This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

22
tpl/locations.tpl Normal file
View File

@@ -0,0 +1,22 @@
<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>