---
layout: page
---
{% if page.img %}
{% endif %}
{% if page.image %}
{% endif %}
{{ page.title }}
{% if site.read-time %} - {% include read-time.html %}{% endif %}
{% if site.show-tags %}
{% for tag in page.tags %}
{{ tag }}
{% endfor %}
{% endif %}
{{content}}
{% if site.related %}
{% include related.html %}
{% endif %}
{% include author.html %}
{% if site.disqus %}
{% include disqus.html %}
{% endif %}