{{ page.title | e }}
{% if page.description %}{{ page.description | e }}
{% endif %}-
{% for sec in site.sections %}{% if sec.name == page.section %}
{% for p in sec.pages | rejectattr("is_index") | sort(attribute="weight") %}
- {{ p.title | e }} {% endfor %} {% endif %}{% endfor %}