summaryrefslogtreecommitdiffstats
path: root/templates/user/notification.tmpl
blob: 7c2e8425d466797fed6b5f260c9125137b230f88 (plain)
1
2
3
4
5
6
7
8
9
{{template "base/head" .}}
{{template "base/navbar" .}}
<div id="body" class="container" data-page="user">
    {{template "user/setting_nav" .}}
    <div id="user-setting-container" class="col-md-9">
        <h4>Notification</h4>
    </div>
</div>
{{template "base/footer" .}}