{% if page.tags.size >= 1 %}
{% for tag in page.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{ page.title | escape }}
{{ content }}
{% if page.share %}{% include social-share.html %}{% endif %}
{% if page.previous.url or page.next.url %}
{% endif %}