vegan-prestwich/_includes/layouts/page.html

18 lines
269 B
HTML
Raw Normal View History

2022-11-25 00:54:51 +00:00
---
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>