Hacker News new | ask | show | jobs
by nameless912 3110 days ago
I just hacked together a solution using Jinja2. I literally throw template strings in whatever fields I need templated and render the whole thing to /tmp/ using a stupid simple python script. It's not pretty, and admittedly it's a little fragile and home spun, but it works.
1 comments

I'll probably end up doing the same. For now we're just duplicating things in two places.