Setup templates structure
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{template "base/base" .}}
|
||||
{{define "head"}} <title>{{.Title}} | Gogs - Go Git Service</title>{{end}}
|
||||
{{define "body"}}
|
||||
Website is still in the progress of building...please come back later!
|
||||
{{end}}
|
||||
Reference in New Issue
Block a user