summaryrefslogtreecommitdiffstats
path: root/templates/help.tmpl
blob: b4d5d2a97e2faf872b60ebe463bd3eace485e501 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="gogs-body-nav">
    <div class="container">
        <h3>Help</h3>
    </div>
</div>
<div id="gogs-body" class="container" data-page="user">
    {{if .HasInfo}}<div class="alert alert-info">{{.InfoMsg}}</div>{{end}}
</div>
{{template "base/footer" .}}