func init() { … } func parseHTML(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … } type HTML … func (s HTML) PresentCmd() string { … } func (s HTML) TemplateName() string { … }
func init() { … } func parseHTML(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … } type HTML … func (s HTML) PresentCmd() string { … } func (s HTML) TemplateName() string { … }