{% include header.html %}
{% if page.location %} {% endif %}

{{ page.title }}

{{ content }}
{% if page.tags|size %}
{% for tag in page.tags %}{% if forloop.index0 > 0 %} · {% endif %}{{ tag }}{% endfor %}
{% endif %}
{% include footer.html %}