{% extends "base.html" %} {% block title %}Selector Large Test{% endblock %} {% block content %}

Selector Large Test

A document big enough to price the hand-rolled locator: the whole-document walk and the smallest-match pass both run over every node here.

{% for i in range(4000) %}
Row {{ i }} label
{% endfor %}
{% endblock %}