mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-03-12 04:35:35 -07:00
488 B
488 B

{{ recipe.name }}
{{ recipe.description }}
Ingredients
{% for ingredient in recipe.recipeIngredient %}
- {{ ingredient }} {% endfor %}
Instructions
{% for step in recipe.recipeInstructions %}
- {{ step.text }} {% endfor %}
{% for note in recipe.notes %} {{ note.title }}: {{ note.text }} {% endfor %}
Tags: {{ recipe.tags }} Categories: {{ recipe.categories }} Original URL: {{ recipe.orgURL }}