{% extends layout_base or 'layouts/student/fluid.html' %} {% set page_partial = page_partial or slug %} {% block page %}
{% if page_heading_title !== false %}

{{ title }}

{% endif %} {% include 'partials/page.' + page_partial + '.html' ignore missing %}
{% endblock %}