Added the signature for passing filters into the render function.

Added the signature for passing filters into the render function but I am not yet using the filters.
This commit is contained in:
Tom Alexander
2020-04-12 21:54:15 -04:00
parent 70cb107f86
commit 883bda7a78
6 changed files with 30 additions and 22 deletions

View File

@@ -9,5 +9,6 @@ pub use node_invoker::Result;
pub use parser::template;
pub use parser::Body;
pub use parser::DustTag;
pub use parser::Filter;
pub use parser::Template;
pub use parser::TemplateElement;