Settled on pongo2, which has django-style multiple inheritance, which is IMO essential to keeping an html template hierarchy organized.
With it, I’m writing an ActivityPub spider (code is messy and not fully organized yet):
https://git.eeqj.de/sneak/feta
and also an HN transparency tool that highlights things for me to read that get nuked from the frontpage:
https://git.eeqj.de/sneak/orangesite (live at https://orangesite.sneak.cloud )
Next up: rust. I have about 4 go projects I want to finish first, and having a good templating system means they will be somewhat polished when I shelve them.
Settled on pongo2, which has django-style multiple inheritance, which is IMO essential to keeping an html template hierarchy organized.
With it, I’m writing an ActivityPub spider (code is messy and not fully organized yet):
https://git.eeqj.de/sneak/feta
and also an HN transparency tool that highlights things for me to read that get nuked from the frontpage:
https://git.eeqj.de/sneak/orangesite (live at https://orangesite.sneak.cloud )
Next up: rust. I have about 4 go projects I want to finish first, and having a good templating system means they will be somewhat polished when I shelve them.