{% include "header.html" %}

Results for {{ term }}

{% for list in results %}
{{ list.id }}
{{ list.description if list.description else "

no description

"|safe }}
{% if list.topics|length > 0 %}Topics: {{ list.topics_html() }}{% endif %}
{% endfor %}
{% include "footer.html" %}