TL;DR: Django Chili - Use static HTML files as templates with Django projects
https://docs.django-chili.io/en/latest/
My wife and I were fiddling around with Figma/Anima just to see how pretty we could make the Django tutorial app, but after a couple of iterations I really got tired of re-applying my templatetags and so, unlike a sane person who might have just threw together a script to patch the HTML, I decided to try my hand at making some custom tags to do it for me. And why not package it? And why not create a readthedocs? And an icon for it? And a whole github organization too for the one repo?
Over-engineered all-around, but it was fun to do.
I hope someone finds it useful!