{% extends "base.html" %} {% block title %}{{ tr.t("new-recipe") }} - Cook{% endblock %} {% block content %}

{{ tr.t("new-recipe") }}

{% if let Some(err) = error %}

{{ err }}

{% endif %}
.cook

{{ tr.t("new-recipe-hint") }}

{{ tr.t("action-cancel") }}
{% endblock %}