How use web-component glimmer.js in html file with django?

Hi, I’m trying glimmer.js and it’s great +1, but I have a question. I have a django template that I am adding small widgets with react. How can I do this in glimmer ?. Glimmer creates a whole structure with an app.js file, I just want the script of that component and be able to add it to my html. Or is there any better way to do it?

Thanks!