summaryrefslogtreecommitdiff
path: root/app/views/App/Index.html
blob: cf36a513979f1ea3f12a8ea04be3842df72ecab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{set . "title" "Home"}}
{{template "header.html" .}}
{{template "navbar.html" .}}

<div class="container">
	<div class="text-center">
		<div class="row">
		</div>
	</div>
</div>


{{template "footer.html" .}}