Renders a template in these steps. See documentation/vcsTemplate.md for more information.
expand conditional blocks. this will remove any blocks that do not match their expressions and choose from if / elseif / else block which of them to render
expand iterations. this will create new templates for each iteration and re-run the rendering for those blocks
render attributes. this will add the attributes to all the blocks not within each blocks
Renders a template in these steps. See documentation/vcsTemplate.md for more information.