mirror of
https://gitee.com/johng/gf
synced 2026-06-29 18:41:50 +08:00
9 lines
93 B
Go
9 lines
93 B
Go
{{define "test"}}
|
|
test content {{.}}
|
|
{{end}}
|
|
|
|
|
|
1{{.var}}2
|
|
{{include "subs/sub.html" .}}
|
|
|