{# The template used by Markdown / CMS Content pages #} {# Ensure meta information is filled in #}

{{ page.title }}

{% if page.subtitle %}

{{ page.subtitle }}

{% endif %} {% if page.author %}

by {{ page.author }}


{% endif %}
{# The page.body property will be the page-body in raw HTML #} {{ page.body }}