{# Use title with path, or append a space to the page title to avoid collpasing with the meta title #} {% set pageTitle = titleWithPath or title + ' ' or '' %} {{ pageTitle + metadata.title }} {% block pageStyles %} {% endblock pageStyles %} {% block content %}{% endblock content %} {% block pageScript %} {% endblock pageScript %}