{% extends 'core/item/item.html' %} {% block item_title %} {% url 'cookbook:recipe:page:detail' pk=recipe.pk as recipe_detail_url %} {% include 'core/element/attribute_element.html' with attribute_title='Name' attribute_value=recipe.name attribute_href=recipe_detail_url %} {% endblock %} {% block item_row_content %}