We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6699ef commit 4bffa28Copy full SHA for 4bffa28
templates/kitspace.tmpl
@@ -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