{# 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 '' %} {% if flag.level == "avoid" %} {% set alert = flag.level + ": " %} {% else %} {% set alert = '' %} {% endif %} {% set preview = excerpt or renderData.description or description or metadata.description %} {% set fullExcerpt = alert + preview %} {{ pageTitle + metadata.title }} {% block pageStyles %} {% endblock pageStyles %} {% block content %}{% endblock content %} {% include 'components/base/site-footer.njk' %} {% block pageScript %} {% endblock pageScript %}