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

terms.html « taxonomy « layouts - github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4054b6d1dd570b9b4d6e16a54bba82cb8ada348 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{{ define "main" }}


<h2>{{ .Title }}</h2>

{{ range .Pages }}

<ul>
  <li><a href={{ .Permalink}}>{{ .Title }}</a></li>
</ul>

{{ end }}

{{ end }}