1
1
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:
Unknown
2014-02-14 20:14:22 -05:00
parent 8ef198dfac
commit b1c5adc2f2
12 changed files with 100 additions and 7 deletions

5
templates/dashboard.tmpl Normal file
View 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}}