Add an include tag

This commit is contained in:
Kyle Fuller
2014-12-29 00:18:58 +00:00
parent 1989c20932
commit fa34c2a98e
7 changed files with 162 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ public class TokenParser {
registerTag("if", IfNode.parse)
registerTag("ifnot", IfNode.parse_ifnot)
registerTag("now", NowNode.parse)
registerTag("include", IncludeNode.parse)
}
/// Registers a new template tag