Start of structure for extracting inline partials from a template.

This commit is contained in:
Tom Alexander
2020-05-09 21:01:37 -04:00
parent 12d8b58961
commit 97e806a968
2 changed files with 34 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
mod context_element;
mod errors;
mod inline_partial_tree;
mod parameters_context;
mod renderer;
mod walking;