package web import ( "github.com/shylinux/toolkits" ) var share_template = kit.Dict( "story.prefix", ` `, "story.suffix", ``, "download", `%s`, "share", `%s`, "shy/story", `{{.}}`, "shy/chain", `
{{.Append "type"}} {{.Append "text"}}
`, )