{% extends 'core/item/item.html' %} {% block item_title %} {% include 'core/element/attribute_element.html' with attribute_title='Name' attribute_value=ingredient.name %} {% endblock %} {% block item_row_content %}
{% include 'core/element/attribute_element.html' with attribute_title='Quantity' attribute_value=ingredient.quantity %}
{% include 'core/element/attribute_element.html' with attribute_title='Directions' attribute_value=ingredient.directions %}
{% endblock %}