Refactor templates a bit
[tickle] / tickle / templates / tickle / climb_breadcrumb_trail.html
diff --git a/tickle/templates/tickle/climb_breadcrumb_trail.html b/tickle/templates/tickle/climb_breadcrumb_trail.html
new file mode 100644 (file)
index 0000000..f08d6c6
--- /dev/null
@@ -0,0 +1,7 @@
+<nav class='tickle-breadcrumb-trail'>
+  {% include 'tickle/area_breadcrumb.html' area=climb.area %}
+
+  {% if is_parent %}
+  {% else %}
+  {% endif %}
+</nav>