{% extends "search.html" %} {% block listing_template %}
{% include "comments.html" %}
{% if error %}

{{error}}

{% endif %} {% endblock %} {% block listinglength %} {{comments | length}} {% endblock %}