以下に示すのは 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]
urlquery VALUE [VALUE...] ⟼ string
with EXPR