package web import ( "github.com/shylinux/toolkits" ) var share_template = kit.Dict( "share", `%s`, "qrcode", ``, "simple", ` {{.Option "name"}} {{.Option "text"}} `, )