{{template "layout.html" .}} {{template "formHeader" "tag"}}
{{if .is_edit}}✎ 编辑标签{{else}}+ 添加标签{{end}}

别名将以 ext_ 开头(若未输入则自动补全),在模板中通过 {{`{{tagValue "别名"}}`}} 输出

{{range .groups}}
{{template "sortAndStatus" .tag}} {{template "formButtons" "tag"}}