mirror of
https://github.com/Clortox/tylerperkins.xyz.git
synced 2025-01-10 19:48:01 +00:00
12 lines
312 B
HTML
12 lines
312 B
HTML
{{ define "main" }}
|
|
<div class="page-header dashed-bottom">
|
|
<h1 data-value="{{ .Title }}" class="scramble">{{ .Title }}</h1>
|
|
<small class="post-list-date">{{ .Date.Format "January 2, 2006" }}</small>
|
|
</div>
|
|
<article>
|
|
<div class="post clearfix">
|
|
{{ .Content }}
|
|
</div>
|
|
</article>
|
|
{{ end }}
|