Initial Version

This commit is contained in:
Salar Rahmanian 2016-03-11 11:19:40 -05:00
commit 76ee2dd12c
91 changed files with 7690 additions and 0 deletions

View file

@ -0,0 +1,8 @@
{{ partial "head.html" . }}
<div class="content container">
<div class="post">
<h1>{{ .Title }}</h1>
{{ .Content }}
</div>
</div>
{{ partial "foot.html" . }}