X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/2bfc95198cc682f60802b7367e0db2413a382b44..695fbac5cde9f2b38d3b67247480d7f470754331:/templates/indexsandwiches.html diff --git a/templates/indexsandwiches.html b/templates/indexsandwiches.html new file mode 100644 index 0000000..6f9a01a --- /dev/null +++ b/templates/indexsandwiches.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block title %}Sandwich Index{% endblock %} + +{% block content %} +

Index of All Sandwiches

+ {% for s in allsandwiches %} +

{{ s.adjective }}

+ {% endfor %} +{% endblock %} \ No newline at end of file