Add parser support for the math helper.
This commit is contained in:
@@ -644,6 +644,7 @@ impl<'a> DustRenderer<'a> {
|
||||
}
|
||||
_ => return Ok("".to_owned()),
|
||||
},
|
||||
DustTag::DTHelperMath(parameterized_block) => {}
|
||||
}
|
||||
|
||||
Ok("".to_owned())
|
||||
|
||||
Reference in New Issue
Block a user