Hacker News new | ask | show | jobs
by VagabundoP 603 days ago
I've gone the other way and use Dominate to generate most of my html content dynamically and then use some barebones templates. Jinja was just giving me headaches all the time.

But this is interesting and I could see using it, maybe passing in more complicated functions through the interface if needed.

1 comments

Interesting approach! Hadn't heard of Dominate before now, but reminds me of FastHTML which was making waves the other month. I gave that a whirl, but quickly realized I really like the simplicity of writing HTML without working around a DOM API.

Anyway thanks for the kind words, and let me know of any feedback you have if you do take empyt for a joy ride. Planning to have a public roadmap before EOY