2020-08-01 10:57:00 +02:00
|
|
|
<div class="LP-PlaceList">
|
2020-08-17 15:39:17 +02:00
|
|
|
{{> @headline headline='Listing our places'}}
|
|
|
|
<ul class="LP-PlaceList__List">
|
|
|
|
{{#each places}}
|
|
|
|
<li class="LP-PlaceList__Item">
|
|
|
|
<a href="#" class="LP-Link">
|
|
|
|
{{> @placeteaser image=this.image title=this.name location=this.location description=this.description modifier='--extended'}}
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
{{/each}}
|
|
|
|
</ul>
|
|
|
|
{{> @pagination}}
|
2020-08-01 10:57:00 +02:00
|
|
|
</div>
|