mirror of
https://github.com/go-gitea/gitea
synced 2025-09-28 03:28:13 +00:00
Setup templates structure
This commit is contained in:
5
templates/dashboard.tmpl
Normal file
5
templates/dashboard.tmpl
Normal file
@@ -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