{% extends "base.html" %} {% block title %}Infinite Scroll Test{% endblock %} {% block extra_css %} .item { padding: 16px; margin: 8px 0; border: 1px solid #ddd; border-radius: 6px; background: #fafafa; } .item h3 { margin-bottom: 4px; } .item .meta { color: #888; font-size: 0.85rem; } #loading { text-align: center; padding: 20px; color: #666; display: none; } #status { position: fixed; top: 10px; right: 10px; background: rgba(0,0,0,0.7); color: #fff; padding: 6px 12px; border-radius: 4px; font-size: 0.8rem; z-index: 100; } {% endblock %} {% block content %}
Scroll down to load more items via AJAX. Tests scroll, wait_for, list_network_requests.