mozilla / payments-service

This is a web service to support the Mozilla Payments web UI.
Other
5 stars 7 forks source link

Provider partial rendering of emails #110

Closed andymckay-limited-access closed 9 years ago

andymckay-limited-access commented 9 years ago

Partial rendering of the email templates. Ideally we want templates to render in two steps. First render all the extends from the templates. So that we get a complete template. Then we've got a compiled template with header, footer etc. But all the if, var and so on (the rest of the templating), is still present.

Currently this is all kinda hacked together.

andymckay-limited-access commented 9 years ago

Forget this, lets go for a simple plan - removing the premailer caching step and making it as simple as possible.