这些是 Go 的 text/template 包提供的函数、运算符和语句。
and VALUE... ⟼ any
block NAME CONTEXT
break
continue
define NAME
else VALUE
end
if EXPR
len VALUE ⟼ int
not VALUE ⟼ bool
or VALUE... ⟼ any
range COLLECTION
return [VALUE] ⟼ any
template NAME [CONTEXT]
try EXPRESSION ⟼ TryValue
urlquery VALUE [VALUE...] ⟼ string
with EXPR