{% extends "search.html" %} {% block listing_template %}
{% include "comments.html" %}
{% if error %}
{{macros.ghost_box(error, '', 1)}}
{% endif %} {% endblock %} {% block listinglength %} {{comments | length}} {% endblock %}