Fleshing out area templates, add boulder/route detail templates
[tickle] / tickle / templates / tickle / boulder_detail.html
1 <html>
2   <head></head>
3
4   <body>
5     {% include 'tickle/area_breadcrumb.html' with area=boulder.area %}
6     <header>
7       <h1>{{ boulder.name }}</h1>
8       <div>{{ boulder.difficulty }}</div>
9       <div>{{ boulder.notes }}</div>
10     </header>
11   </body>
12 </html>