bench-forgejo/templates/user/dashboard.tmpl

6 lines
250 B
Cheetah
Raw Normal View History

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