{% extends "base.html" %} {% block title %}{{ meal.name }} - Van{% endblock %} {% block content %}

{{ meal.name }}

{% if meal.instructions %}

{{ meal.instructions }}

{% endif %}

Ingredients

{% include "partials/ingredient_rows.html" %}
{% endblock %}