{% extends "base.html" %} {% load wagtailcore_tags navigation_tags wagtailimages_tags %} {% block content %}
{% if recipes %} {% for recipe in recipes %} {% include "includes/card/blog-listing-card.html" with blog=recipe %} {% endfor %} {% else %}

Oh, snap. Looks like we were too busy baking to write any recipes. Sorry.

{% endif %}
{% endblock content %}