X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/574ee1035dc6ba637a23a0e854b3dcc9e022c755..1964943395e77b097c3a252c111a149b4d6ed2a3:/templates/allsandwiches.html diff --git a/templates/allsandwiches.html b/templates/allsandwiches.html new file mode 100644 index 0000000..64f734f --- /dev/null +++ b/templates/allsandwiches.html @@ -0,0 +1,20 @@ + + + Every Ma'ayanwich Ever! + +

All Ma'ayanwiches

+ {% for s in sandwiches %} +

{{ s.adjective }}

+

Made on {{ s.date_made }} and added by {{ s.user.username }}.

+ +
Ingredients
+ +
Notes
+

{{ s.notes }}

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