aboutsummaryrefslogtreecommitdiffstats
path: root/templates/user/dashboard/dashboard.tmpl
blob: 415423d43616e7d8efda5b300a45516c7c81b51d (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" .}}
	{{template "base/alert" .}}
	<div class="ui container flex-container">
		<div class="flex-container-main">
			{{template "user/heatmap" .}}
			{{template "user/dashboard/feeds" .}}
		</div>
		{{template "user/dashboard/repolist" .}}
	</div>
</div>
{{template "base/footer" .}}