Need to do loop elements.

This commit is contained in:
Tom Alexander
2020-05-09 14:10:38 -04:00
parent fcb2f3fc4d
commit 2712126b3c
4 changed files with 25 additions and 39 deletions

View File

@@ -11,6 +11,7 @@ pub use context_element::Renderable;
pub use context_element::Walkable;
pub use errors::CompileError;
pub use errors::RenderError;
pub use errors::WalkError;
pub use renderer::compile_template;
pub use renderer::CompiledTemplate;
pub use renderer::DustRenderer;