Geen omschrijving

article.html 271B

12345678910111213
  1. {{ define "title" }}{{ end }}
  2. {{ define "styles" }}{{ end }}
  3. {{ define "content" }}
  4. <article>
  5. <h3>
  6. {{ .Title }}
  7. <small>{{ .Published }}</small>
  8. </h3>
  9. {{ .Body }}
  10. </article>
  11. {{ end }}
  12. {{ define "scripts" }}{{ end }}