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