Ejemplo n.º 1
0
func init() {
	p2.RegisterTag("url", tagURLForParser)
}
Ejemplo n.º 2
0
func init() {
	p2.RegisterTag("append", tagAppendParser)
}
Ejemplo n.º 3
0
func init() {
	p2.RegisterTag("option", tagOptionParser)
}
Ejemplo n.º 4
0
func init() {
	p2.RegisterTag("radio", tagRadioParser)
}