{% extends "base.jinja" %} {% block head %} {% endblock %} {% block content %} {{ TopBar::new(session)|safe }} Create recipe Title: Summary: {{summary}} Summary supports Markdown Ingeredients: {{ingeredients}} Ingeredients should be listed as list of AMOUNT UNIT INGEREDIENT. Example: 1 KG Potato 200 G Sugar 3 Bananas Steps: {{steps}} Syntax for steps: * is step > is hint for step Tags: {{tags}} {% endblock %}
Summary supports Markdown
* is step
*
> is hint for step
>