WIP
This commit is contained in:
22
tpl/locations.tpl
Normal file
22
tpl/locations.tpl
Normal file
@@ -0,0 +1,22 @@
|
||||
<section class="top-image" style="background-image: url({{ top_image}})">
|
||||
|
||||
</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>
|
||||
Reference in New Issue
Block a user