{% extends "website_base.html" %} {% block body %}

{{ title }}

{{ description|safe }}
{% if categories %}

Select a subcategory:

{% endif %} {% if recipes %}

Select a recipe:

{% endif %}
{% endblock %}