Started working on the skeleton of an actual website. Created barebones templates...
[~kgodey/maayanwich.git] / templates / sidebar.html
diff --git a/templates/sidebar.html b/templates/sidebar.html
new file mode 100644 (file)
index 0000000..3873e4f
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+<ul class="newest">
+       {% for s in sandwiches %}
+               <li>{{ s.adjective }}</li>
+       {% endfor %}
+</ul>
\ No newline at end of file