{# 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 %}