{% extends "base.html" %} {# Action Points feature flag. Exposes the zensical.toml setting `[project.extra.action_points] enabled` to client-side JS as `window.TOA_ACTION_POINTS_ENABLED`. This block renders in
, before extra_javascript loads in {% block scripts %}, so the action-points engine in docs/javascripts/extra.js can bail out immediately when the feature is disabled. Set `enabled = false` in zensical.toml to turn the ENTIRE interactive checklist feature off — no localStorage, no nav badges, no confetti, no per-click work. Checkboxes then fall back to Material's default read-only rendering. Defaults to ON when the key is absent. #} {% block extrahead %} {{ super() }} {% endblock %}