whatwg / spec-factory

WHATWG Standard repository templates and infrastructure
Creative Commons Zero v1.0 Universal
34 stars 33 forks source link

Consider using an actual templating engine #23

Open TimothyGu opened 4 years ago

TimothyGu commented 4 years ago

Currently, we use an ad-hoc replacement mechanism for constructs of the form @@variable@@. If we use something like Jinja2, we would get a lot more features for free, such as if conditionals, which would be useful for https://github.com/whatwg/url/pull/525.