X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/cf85775b60d096583ec64a257e8a6afe47e21cd2..e3934e0c91a921e637c3150a7435f0fb34e2e5e3:/templates/onesandwich.html diff --git a/templates/onesandwich.html b/templates/onesandwich.html index a8096db..bc3c013 100644 --- a/templates/onesandwich.html +++ b/templates/onesandwich.html @@ -1,17 +1,21 @@ - - - Every Ma'ayanwich Ever! - -

{{ s.adjective }}

-

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

- -
Ingredients
- -
Notes
-

{{ s.notes }}

- - \ No newline at end of file +{% extends "base.html" %} + +{% block title %} The {{ s.adjective }} Ma'ayanwich {% endblock %} + +{% block content %} +

{{ s.adjective }}

+

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

+ {% if s.picture %} + + {% endif %} +

Ingredients

+ + {% if s.notes %} +

Notes

+

{{ s.notes }}

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