func init() { … } type Iframe … func (i Iframe) PresentCmd() string { … } func (i Iframe) TemplateName() string { … } func parseIframe(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }
func init() { … } type Iframe … func (i Iframe) PresentCmd() string { … } func (i Iframe) TemplateName() string { … } func parseIframe(ctx *Context, fileName string, lineno int, text string) (Elem, error) { … }