Back to Vercel

List

examples/hugo/themes/ananke/layouts/post/list.html

16.1.2283 B
Original Source

{{ define "main" }} {{/* This template is the same as the default and is here to demonstrate that if you have a content directory called "post" you can create a layouts directory, just for that section. */}} {{ .Content }} {{ template "_internal/pagination.html" . }} {{ end }}