ref: 53c707bb1d467cde1645dbd7b073493d7a547fe1
dir: /examples/multilingual/layouts/uudis/list.html/
{{ partial "head.html" . }} {{ partial "header.html" . }} {{ range .Site.Indexes.groups.uudised.Pages }} <article class="post"> <header> <h2><a href='{{ .Permalink }}'>{{ .Title }}</a> </h2> <div class="post-meta">{{ .Date.Format "Mon, Jan 2, 2006" }} - {{ .FuzzyWordCount }} sõna</div> </header> {{ .Summary }} <footer> <a href='{{ .Permalink }}'><nobr>Loe rohkem →</nobr></a> </footer> </article> {{ end }} {{ partial "footer.html" . }}