{% extends "area_base.html" %} {% block title %}{{ page.title if page else 'The Grand Spine' }} | TheOrganist24{% endblock %} {% block extra_head %} {% endblock %} {% block area_content %}

{{ page.title if page else 'The Grand Spine' }}

{% if page and page.body %}

{{ page.body }}

{% endif %}
Total
{% for row in summary %}
{{ row.branch }} {{ row.track_count }} leg{{ 's' if row.track_count != 1 else '' }} {{ row.distance_miles }} mi
{% endfor %}
{% endblock %}