Aucune description

directory.html 309B

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