{% extends 'core/item/item.html' %} {% block item_title_col %}2{% endblock %} {% block item_title %} {% include 'core/element/attribute_element.html' with attribute_title='Name' attribute_value='Steak' %} {% endblock %} {% block item_row_content %}
{% include 'core/element/attribute_element.html' with attribute_title='Prep Time' attribute_value='15 minutes' %}
{% include 'core/element/attribute_element.html' with attribute_title='Cook Time' attribute_value='30 minutes' %}
{% include 'core/element/attribute_element.html' with attribute_title='Servings' attribute_value='1' %}
{% endblock %}