{% extends "layout.html" %} {% block title %}{{ name }} - chef{% endblock %} {% block content %}
{% if is_valid %} {% include "components/recipe_view.html" %} {% else %}

{{ t("error.parse") }}

{% include "components/report.html" %} {% endif %}
{% endblock %}