recipe "description" markdown field
This commit is contained in:
parent
238319b9e1
commit
072aa03a53
3 changed files with 9 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
{{getrecipe(subrecipe)}}
|
||||
{% endfor %}
|
||||
<h1>{{rec.title}}</h1>
|
||||
{% if rec.description != None %}<p>{{rec.description.html|safe}}</p>{%endif%}
|
||||
{% if rec.source != None %}source: {{rec.source.html|safe}}{%endif%}
|
||||
{% if rec.ingredients|length != 0 %}
|
||||
<h3>Ingredients</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue