--- layout: default ---
{% if page.section and page.category %}

{{page.section|capitalize}} → {{page.category}}

{% endif %}

{{page.title}}

{{content}}
{% if page.previous and page.previous.category == page.category %} {% endif %} {% if page.next and page.next.category == page.category %} {% endif %}