aboutsummaryrefslogtreecommitdiffstats
path: root/layouts/micro/index.html
blob: e4fd6ee031c8e26795cf68866e0cbd394da2762e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{{ partial "head" . }}
<main>

      {{ .Content }}
          <ul class="contents">
          {{ range .Paginator.Pages }}
              <li>{{.Title}}
                  <div>
                    {{ .Summary }}
                  </div>
              </li>
          {{ end }}
          </ul>

</main>
{{ partial "footer" . }}