{% assign page_intro = page.description | default: page.headline | default: page.excerpt | strip_html | strip_newlines %} {% if page.title %} {{ page.title }} {% if page_intro and page_intro != page.title %} {{ page_intro }} {% endif %} {% endif %} {{ content }} {% include related-docs.html %}