Started working on the skeleton of an actual website. Created barebones templates...
[~kgodey/maayanwich.git] / templates / sidebar.html
1 {% extends "base.html" %}
2
3 <ul class="newest">
4         {% for s in sandwiches %}
5                 <li>{{ s.adjective }}</li>
6         {% endfor %}
7 </ul>