Loading the compiled templates into a context

This commit is contained in:
Tom Alexander
2020-04-10 20:55:44 -04:00
parent 743106684a
commit 2842d0a14a
3 changed files with 24 additions and 2 deletions

View File

@@ -4,3 +4,4 @@ mod renderer;
pub use renderer::compile_template;
pub use renderer::CompiledTemplate;
pub use renderer::DustContext;