Add support for literal string blocks.
This commit is contained in:
@@ -144,6 +144,7 @@ impl<'a> DustRenderer<'a> {
|
||||
}
|
||||
.to_owned())
|
||||
}
|
||||
DustTag::DTLiteralStringBlock(literal) => return Ok((*literal).to_owned()),
|
||||
DustTag::DTReference(reference) => {
|
||||
let val = walk_path(breadcrumbs, &reference.path.keys);
|
||||
match val {
|
||||
|
||||
Reference in New Issue
Block a user