{% extends "base.html" %} {% block content %}
{% if recipes %} {% for blog in recipes %} {% include "includes/card/blog-listing-card.html" %} {% endfor %} {% else %}

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

{% endif %}
{% endblock content %}