just for rename

This commit is contained in:
life
2014-10-28 14:48:22 +08:00
parent af9a820cbf
commit f20565d54b
64 changed files with 7694 additions and 0 deletions

View File

@ -0,0 +1,23 @@
{{set . "title" "Home"}}
{{template "header.html" .}}
<header class="hero-unit" style="background-color:red">
<div class="container">
<div class="row">
<div class="hero-text">
<h1>Hello, life</h1>
<p></p>
</div>
</div>
</div>
</header>
<div class="container">
<div class="row">
<div class="span6">
{{template "flash.html" .}}
</div>
</div>
</div>
{{template "footer.html" .}}