Files
Atay-Makhzan/templates/dashboard.tmpl
T

6 lines
202 B
Cheetah
Raw Normal View History

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