Fleshing out area templates, add boulder/route detail templates
[tickle] / tickle / templates / tickle / boulder_detail.html
diff --git a/tickle/templates/tickle/boulder_detail.html b/tickle/templates/tickle/boulder_detail.html
new file mode 100644 (file)
index 0000000..b3e2e0d
--- /dev/null
@@ -0,0 +1,12 @@
+<html>
+  <head></head>
+
+  <body>
+    {% include 'tickle/area_breadcrumb.html' with area=boulder.area %}
+    <header>
+      <h1>{{ boulder.name }}</h1>
+      <div>{{ boulder.difficulty }}</div>
+      <div>{{ boulder.notes }}</div>
+    </header>
+  </body>
+</html>