vegan-prestwich/_includes/layouts/page.liquid
2022-11-27 23:45:57 +00:00

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>