The [`attr`](https://github.com/jazzband/django-widget-tweaks?tab=readme-ov-file#attr) filter is nice to append HTML attributes to form fields but it would be nicer being able to also use it without fields like this: ``` {% attr "data-test-thing:test-value" as attr_dict %} <section {{ attr_dict }}> … </section> ``` I couldn't find this feature request in the open tickets. Please excuse if this is a duplicate.