Starting Web Server work

Fixed some issues with stat adding.
This commit is contained in:
2015-10-29 11:16:25 -05:00
parent 12ae393998
commit d5947f745f
14 changed files with 936 additions and 91 deletions

8
templates/header.html Normal file
View File

@@ -0,0 +1,8 @@
<div class="content">
<aside class="center {{ .Flash.Status }}">
{{ .Flash.Message }}
</aside>
<div class="header">
<h1>{{.Title}}</h1>
<h2>{{.SubTitle}}</h2>
</div>