{% if page.url.startswith('camps/camp4-monitoring/production-deploy') or page.url.startswith('camps/camp4-monitoring/reference') %} {# Standalone Camp 4 support pages are reached from the sidebar, not the guided route. #} {% else %}
{% if page.url == 'camps/summit/' %} Incident Response {% elif page.previous_page %} {{ page.previous_page.title }} {% endif %} {% if page.url == 'camps/camp4-monitoring/section4-incident-response/' %} Continue: The Summit {% elif page.next_page %} {% if page.url == 'camps/summit/' %} Continue: Resources {% else %} Continue: {{ page.next_page.title }} {% endif %} {% endif %}
{% endif %}