website/layouts/projects/single.html

8 lines
192 B
HTML

{{ partial "head.html" . }}
<h1>{{$.Title}}</h1>
<p>Posted by Bryson Steck on {{.Date.Format "January 2, 2006"}}</p>
<hr>
<div class="project">
{{.Content}}
</div>
{{ partial "foot.html" . }}