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

{{ term.name | capitalize() }}

{{ macro::tags_in_category() }}

{% for page in term.pages %} {{ macro::print_recipe(recipe=page) }} {% endfor %}
{% endblock content %}