{% 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 %}