You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
315 B
HTML

{{ define "main" }}
<article class="post">
<h1><a href="{{ .Permalink }}">{{ .Title }}</a> {{ if .Draft }}(Draft){{ end }}</h1>
<div class="post-content">{{ .Content | safeHTML }}</div>
<p class="meta">Posted on <span class="postdate">{{ .Date.Format "02. January 2006" }}</span></p>
</article>
{{ end }}