Start adding views
[tickle] / tickle / templates / tickle / area_list.html
diff --git a/tickle/templates/tickle/area_list.html b/tickle/templates/tickle/area_list.html
new file mode 100644 (file)
index 0000000..3cdadae
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+  <head></head>
+  <body>
+    <h1>All Areas</h1>
+    <ul>
+      {% for area in area_list %}
+        {% include 'tickle/area_list_item.html' %}
+      {% endfor %}
+    </ul>
+  </body>
+</html>