I have been working on a library that allows you to build reusable template components. There are already a few of these out there (e.g. django-components), but after checking how other languages / frameworks deal with components (e.g. Elixir Phoenix Components, Laravel Blade Components, Vue Components, etc.), I thought that there could be some improvements made to what is already available in Django, so I decided to write my own.
Great job! I like your minimalist approach to component definition. I also found slippers library with a minimalist approach and nested components.
I will choose one of them after trying both libraries