Refactor templates a bit
[tickle] / tickle / templates / tickle / climb_breadcrumb_trail.html
1 <nav class='tickle-breadcrumb-trail'>
2   {% include 'tickle/area_breadcrumb.html' area=climb.area %}
3
4   {% if is_parent %}
5   {% else %}
6   {% endif %}
7 </nav>