{{ page.title }}
{% if page.status %}
Status:
{{ page.status | capitalize }}
{% endif %}
{% if page.date %}
Date:
{% endif %}
{% if page.author %}
Author:
{{ page.author }}
{% endif %}
{% if page.categories %}
Categories:
{% endif %}
{% for category in page.categories %}
{{ category }}
{% endfor %}
{{ content }}