{# Content #} {% set content_classes = [ 'col-sm-8', 'offset-sm-2', 'text-center', 'mt-5' ] %}
{% if title %}

{{ title }}

{% endif %}
{# Highlighted #} {% if page.highlighted %} {% block highlighted %}
{{ page.highlighted }}
{% endblock %} {% endif %} {# Content #} {% block content %} {{ page.content }} {% endblock %}