X-Git-Url: http://git.ithinksw.org/~kgodey/maayanwich.git/blobdiff_plain/d9db56e5acb06105b3cd05cc682936003500597d..735e53fa41a4911c1464a25ed0f24ac8769b878f:/templates/onesandwich.html diff --git a/templates/onesandwich.html b/templates/onesandwich.html index a8096db..b9bf28b 100644 --- a/templates/onesandwich.html +++ b/templates/onesandwich.html @@ -1,17 +1,17 @@ - - - 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 }}.

+ +

Ingredients

+ +

Notes

+

{{ s.notes }}

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