1
0
forked from x/icebergs
icebergs/base/web/template.go
2019-12-23 22:29:55 +08:00

18 lines
290 B
Go

package web
var share_template = map[string]interface{}{
"shy/story": `{{}}`,
"shy/chain": `<!DOCTYPE html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" text="text/css" href="/style.css">
</head>
<body>
<fieldset>
{{.Append "type"}}
{{.Append "text"}}
</fieldset>
</body>
`,
}