Skip to content

Commit 4bffa28

Browse files
committed
Add kistpace.tmpl
1 parent e6699ef commit 4bffa28

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

templates/kitspace.tmpl

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<html>
2+
<head>
3+
<meta charset="utf-8">
4+
<meta name="viewport" content="width=device-width, initial-scale=1">
5+
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
6+
<meta name="_csrf" content="{{.CsrfToken}}" />
7+
</head>
8+
<body>
9+
hello
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)