{% extends 'layouts/base.njk' %} {% set pageType = 'Page' %} {% set titleWithPath = title + ' « Documentation « ' %} {% block pageStyles %} {# Code highlighting #} {% endblock %} {% block content %}
{% include 'components/sub-page-header.njk' %}
{%- if parent -%}
{{ parent.title }}
{% endif %}

{{ title }}

{{ content | safe }}
{% endblock %}