{{ page.title }}
{% for ancestor in page.parent_layout %}
{% include icon.liquid id='chevron-right' class='divider' %}
{{ ancestor }}
{% endfor %}
--- layout: page --- {% capture newline %} {% endcapture %} {% capture collection_root %}{% include page_root.liquid page=page %}{% endcapture %}
{{ lines.first | markdownify | remove: '
' | remove: '
' }} {% assign description = "" | split: "" %} {% for line in lines offset:1 %}{% assign description = description | push: line %}{% endfor %} {{ description | join: newline | markdownify }}{{ p.name }} | {{ optional }}{% if p.description %}{{ p.description | markdownify | remove: ' ' | remove: ' ' }}{% endif %} |