mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
basic recipe view
This commit is contained in:
@@ -8,6 +8,20 @@
|
||||
{% block content %}
|
||||
|
||||
<h3>{{ recipe.name }}</h3>
|
||||
<br/>
|
||||
<div class="card" style="width: 18rem;">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title">{% trans 'Ingredients' %}</h5>
|
||||
|
||||
|
||||
{% for i in ingredients %}
|
||||
{{ i.amount }} {{ i.unit }} {{ i.ingredient.name }} <br/>
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
{{ recipe.instructions | markdown | safe }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user