duster/src
Tom Alexander 542c2c4536
Switching render_template to render_body.
The body element is re-used as a child element in blocks, so it makes more sense to make a function that renders that as opposed to a function that renders a top-level-only container that contains only a body.
2020-04-11 23:03:07 -04:00
..
js Add support for supplying multiple templates to the dustjs shim to support testing partials. 2020-04-10 19:07:02 -04:00
parser Switching render_template to render_body. 2020-04-11 23:03:07 -04:00
renderer Switching render_template to render_body. 2020-04-11 23:03:07 -04:00
bin.rs Rendering my first template with actually following paths. 2020-04-11 22:52:20 -04:00
lib.rs compiling templates in the same manner as the shim 2020-04-10 20:27:27 -04:00