{% if page.lighter %}
{% include "icons/chevron-left.html" %}
{{ page.lighter.title }}
{% endif %}
{% if page.heavier %}
{{ page.heavier.title }}
{% include "icons/chevron-right.html" %}
{% endif %}