18 lines
269 B
HTML
18 lines
269 B
HTML
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<h1>{{ page.title | escape }}</h1>
|
||
|
|
||
|
<div class="content">
|
||
|
{{ content }}
|
||
|
|
||
|
{% if page.show %}
|
||
|
<hr>
|
||
|
{% include "filtered-places.html", show=page.show, detailed=true %}
|
||
|
<hr>
|
||
|
{% endif %}
|
||
|
|
||
|
{% include "contribute.html" %}
|
||
|
</div>
|