mirror of
https://github.com/balkian/balkian.github.com.git
synced 2025-08-24 04:32:20 +00:00
8 lines
195 B
HTML
8 lines
195 B
HTML
{{ define "content" }}
|
|
<h2>{{ .Title }}</h2>
|
|
<span class="date">{{ .Date.Format "2006/01/02" }}</span>
|
|
<span>{{ .Render "item-tags" }}</span>
|
|
<h3>{{ .Description }}</h3>
|
|
{{ .Content }}
|
|
{{ end }}
|