9 lines
No EOL
177 B
HTML
9 lines
No EOL
177 B
HTML
{{ define "main" }}
|
|
<header>
|
|
<h1>{{ .Title }}</h1>
|
|
<h5>{{ .Date.Format "January 2, 2006" }}</h5>
|
|
</header>
|
|
<article class="markdown">
|
|
{{- .Content -}}
|
|
</article>
|
|
{{ end }} |