{% extends "base.html" %} {% block content %}
{{ TopBar::new(session)|safe }}

Search

{% for recipe in recipies %} {{ recipe|safe }} {% endfor %}
{% match count %} {% when 0 %} {% when _ %} {% for page in 0..count %} {{page}} {% endfor %} {% endmatch %}
{% endblock %}