summaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/dashboard.tmpl
blob: 5dc46dc0a5d0a3dde1377843aa5f26c2c4a2883b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{template "base/head" .}}
<div role="main" aria-label="{{.Title}}" class="page-content dashboard feeds">
	{{template "user/dashboard/navbar" .}}
	<div class="ui container flex-container">
		<div class="flex-container-main">
			{{template "base/alert" .}}
			{{template "user/heatmap" .}}
			{{template "user/dashboard/feeds" .}}
		</div>
		{{template "user/dashboard/repolist" .}}
	</div>
</div>
{{template "base/footer" .}}