got parser to work (mostly i think). it aint so pretty tho. ALSO BRO FUCKING CRLF
This commit is contained in:
parent
43779e110a
commit
cd07c310cb
7 changed files with 258 additions and 127 deletions
4
examples/define.html
Normal file
4
examples/define.html
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{define "T1"}}ONE{{end}}
|
||||
{{define "T2"}}TWO{{end}}
|
||||
{{define "T3"}}{{template "T1"}} {{template "T2"}}{{end}}
|
||||
{{template "T3"}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue