Done #52 skeleton moved successfully to cmd repo

This commit is contained in:
Jeevanandam M
2016-06-25 19:45:14 -07:00
parent 28c0df2ff3
commit 54ef57e56d
24 changed files with 589 additions and 3 deletions

View File

@@ -0,0 +1,21 @@
{{set . "title" "Home"}}
{{template "header.html" .}}
<header class="jumbotron" style="background-color:#A9F16C">
<div class="container">
<div class="row">
<h1>It works!</h1>
<p></p>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="span6">
{{template "flash.html" .}}
</div>
</div>
</div>
{{template "footer.html" .}}