1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-05 22:53:14 +03:00
gitea/templates/user/dashboard.tmpl

6 lines
250 B
Cheetah
Raw Normal View History

2014-02-18 03:38:50 +04:00
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
2014-03-06 17:33:17 +04:00
Website is still in the progress of building...please come back later! <strong>{{.SignedUserName}}</strong> is logged!
2014-02-18 03:38:50 +04:00
</div>
{{template "base/footer" .}}