{% load static %}
{# taken from https://github.com/django/django/blob/main/django/forms/widgets.py #} {% with "schema_"|add:widget.attrs.id as schema_id %} {{ schema|json_script:schema_id }} {% endwith %}