{% extends "_base" %} {% block content -%} ## Search {{ criteria }} {% if error -%} {{ error }} {% endif -%} {%- if items -%} ### {{ items | length }} crates found: {% for item in items -%} => /crates/{{ item.name}} {{ item.name }} {{ item.version }} {{ item.description }} tags: {{ item.tags | join(sep=", ") }} {% endfor -%} {%- endif -%} {% endblock content %}