{% extends "base_with_list.html" %} {% macro is_difficulty(diff) %} {% if recipe.difficulty == diff %} selected {% endif %} {% endmacro %} {% block content %}
{% endblock %}