forgejo/templates/user/dashboard.tmpl
2014-03-06 21:33:17 +08:00

6 lines
250 B
Cheetah

{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body" class="container">
Website is still in the progress of building...please come back later! <strong>{{.SignedUserName}}</strong> is logged!
</div>
{{template "base/footer" .}}