allow jinja templating/characters in "attributes" section

I intergrate bootstrap studio with jinja.

I wrote an export script to put certain html blocks in jinja logic blocks.

however, it would be easier if bootstrap studio would allow special characters like brackets for jinja templating (i.e. {}) in the attributes section. This way I can dynamically name my id elements. for example... id = {{ unique jinja variable }}_rest_of_id_name.

Thank you for starting this thread! Since Bootstrap Studio is focused on producing valid HTML, we need to validate and clean up the contents of attributes. Permitting invalid attributes to be added will make the app less useful for people who just wish to write regular HTML. We'll think of ways to support both use cases, but for now an export script is the only way to do it.