Welcome to mirror list, hosted at ThFree Co, Russian Federation.

list.html « _default « layouts - github.com/bjacquemet/personal-web.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9aff63668e2f47a4e41fcbc2e667ad88728d9188 (plain)
1
2
3
4
5
6
7
8
9
10
11
{{ partial "header" .}}

  <h1 id="title"> {{ .Title }}</h1>
  <p>{{ .Content }}</p>
  <ul id="list">
    {{ range .Pages }}
      {{ .Render "li" }}
    {{ end }}
  </ul>

{{ partial "footer" .}}