{# 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 '' %} {% set preview = excerpt or renderData.description or description or metadata.description %} {{ pageTitle + metadata.title }} {% block pageStyles %} {% endblock pageStyles %} {% block content %}{% endblock content %} {% include 'components/base/site-footer.njk' %} {% block pageScript %} {% endblock pageScript %}