change templating system
right now we can't configure the placeholder syntax { thing } which collides with latex. It'd be good to change it to something like that <[ thing ]> perhaps (that wouldn't be correct latex, or correct anything I would think?)
https://djc.github.io/askama/configuration.html
related https://github.com/mimoo/cargo-specification/issues/6
could also <-- could also fork that project and replace { thing } with {{ thing }} and call it a day?
I'd love to use cargo-spec. Unfortunately, the clash between the { thing } syntax and latex makes cargo-spec unusable for me at this moment. Is there a way I can help resolve the issue?