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

Evaluate Test

This page exposes JS variables and DOM data for testing the evaluate tool.

Page Data

Element with data attributes (user=Alice, role=admin, score=42)

Dynamic Counter

Current count: 0

Computed Values

JSON Block

{"items": ["foo", "bar", "baz"], "count": 3}
{% endblock %} {% block extra_js %} {% endblock %}