No Description

article.html 271B

    {{ define "title" }}{{ end }} {{ define "styles" }}{{ end }} {{ define "content" }} <article> <h3> {{ .Title }} <small>{{ .Published }}</small> </h3> {{ .Body }} </article> {{ end }} {{ define "scripts" }}{{ end }}