{% extends "_layouts/_base.html" %} {% block content %}
{% if page.title %}

{{ page.title }}

{% endif %} {# Content from markdown or loaded file #} {% if page_content_html %} {{ page_content_html | safe }} {% else %}

(No content provided for this page)

{% endif %}
{% endblock %}