18 lines
280 B
Plaintext
18 lines
280 B
Plaintext
|
---
|
||
|
layout: default
|
||
|
---
|
||
|
|
||
|
<h1>{{ title | escape }}</h1>
|
||
|
|
||
|
<div class="content">
|
||
|
{{ content }}
|
||
|
{{ foo | json }}
|
||
|
{% if show %}
|
||
|
<hr>
|
||
|
{% include "filtered-places", show: collections[show], detailed: true %}
|
||
|
<hr>
|
||
|
{% endif %}
|
||
|
|
||
|
{% include "contribute.html" %}
|
||
|
</div>
|