{% unless page.toc %}
{% if page.previous_url and page.previous %}
{{ page.previous_label }}:
{{ page.previous }}
{% endif %}
{{ page.up_label }}:
{{ page.toc_text }}
{% if page.next_url and page.next %}
{{ page.next_label }}:
{{ page.next }}
{% endif %}
{% endunless %}