add a markdown source field to recipe
This commit is contained in:
parent
cb541423c7
commit
247fd37560
4 changed files with 41 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
{{getrecipe(subrecipe)}}
|
||||
{% endfor %}
|
||||
<h1>{{rec.title}}</h1>
|
||||
{% if rec.source != None %}source: {{rec.source.html|safe}}{%endif%}
|
||||
{% if rec.ingredients|length != 0 %}
|
||||
<h3>Ingredients</h3>
|
||||
{% for ing in rec.ingredients %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue