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

index.html « layouts - github.com/pdevty/material-design.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aba1099570cbc9712388441d8f7c64951ab83941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{{ partial "header.html" . }}

<div class="container">
  <div class="section">

{{ partial "content.html" . }}
  
{{ partial "pagination.html" .Paginator }}

  </div>
</div>

{{ partial "footer.html" . }}