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.
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.