Include template inheritence

Closes #15
This commit is contained in:
Kyle Fuller
2015-06-29 18:36:27 -07:00
parent 53d5a4f8c3
commit 620154e721
7 changed files with 199 additions and 2 deletions

View File

@@ -37,6 +37,8 @@ public class TokenParser {
registerTag("ifnot", parser: IfNode.parse_ifnot)
registerTag("now", parser: NowNode.parse)
registerTag("include", parser: IncludeNode.parse)
registerTag("extends", parser: ExtendsNode.parse)
registerTag("block", parser: BlockNode.parse)
}
/// Registers a new template tag