mirror of
https://gitee.com/johng/gf
synced 2026-07-01 19:31:23 +08:00
9 lines
93 B
Go
9 lines
93 B
Go
{{define "test"}}
|
|
test content {{.}}
|
|
{{end}}
|
|
|
|
|
|
1{{.var}}2
|
|
{{include "subs/sub.html" .}}
|
|
|