{% extends 'tickle/base.html' %} {% block tickle_title_name %}{{ route.name }}{% endblock %} {% block tickle_header_name %}{{ route.name }}{% endblock %} {% block tickle_nav %} {% include 'tickle/area_breadcrumb.html' with area=route.area is_parent=True %} {% endblock %} {% block tickle_extra_header %}

{{ route.difficulty }}

{% endblock %} {% block tickle_main %}
{{ route.notes }}
{% if route.pitches.count == 1 %} {% include 'tickle/pitch_list_item.html' with pitch=route.pitches.first %} {% else %} {% endif %} {% endblock %}