{% extends "search.html" %} {% block results %} {% if results %}
{% for item in results %} {% endfor %}
Name Size Category
{{item.title}} {{item.enclosure['@attributes']['length']|convert_bytes}} {{item.category}}
{% endif %} {% endblock %}