xref
: /
dports
/
lang
/
gcc9-aux
/
gcc-9.1.0
/
libgo
/
go
/
text
/
template
/
testdata
/
file2.tmpl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
{{define "dot"}}{{.}}{{end}}
2
{{define "nested"}}{{template "dot" .}}{{end}}
3