{% extends "base_with_list.html" %} {% block content %}

{{ current_recipe.title }}

{% match current_recipe.description %} {% when Some with (description) %}
{{ description|markdown }}
{% when None %} {% endmatch %} {% endblock %}