{% extends "search.html" %} {% block listing_template %}
{% with comments=comments %} {% include "comments.html" %} {% endwith %}
{% endblock %} {% block listinglength %} {{comments | length}} {% endblock %}