kozmo-dark/layouts/partials/content.html

16 lines
241 B
HTML

<div id="content">
{{ if not .IsHome }}
{{ if not .Date.IsZero }}
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
{{ end }}
{{ end }}
{{ .Content }}
{{ if .Params.tags }}
{{ partial "tags" .Params.tags }}
{{ end }}
</div>