{% import "macros/explorer.html" as nav %} {% if rows.is_empty() %} {{- nav::empty_row("No matches found.", empty_colspan) -}} {% else %} {% for row in rows %} {{- nav::icon_cell(false) -}} {{ row.path }} :{{ row.line }} {{ row.html|safe }} {% endfor %} {% if truncated %}Results truncated{% endif %} {{ rows.len() }}/{{ max_rows }} {% endif %}