Switch the parser over to a new partial implementation for dynamic partials.
This commit is contained in:
@@ -95,6 +95,7 @@ fn extract_inline_partials_from_tag<'a, 'b>(
|
||||
};
|
||||
}
|
||||
DustTag::DTPartial(..) => (),
|
||||
DustTag::DTNewPartial(..) => (),
|
||||
DustTag::DTInlinePartial(named_block) => {
|
||||
blocks.insert(&named_block.name, &named_block.contents);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user