Bootstrap all the things
This commit is contained in:
commit
f4b4108ffc
19 changed files with 487 additions and 0 deletions
13
layouts/_default/list.html
Normal file
13
layouts/_default/list.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
{{ partial "header" . }}
|
||||
|
||||
<main>
|
||||
|
||||
<h2>{{ .Title }}</h2>
|
||||
|
||||
{{ range (.Paginator 5).Pages }} {{ partial "list-item" . }} {{ end }}
|
||||
|
||||
</main>
|
||||
|
||||
{{ partial "paginator" . }}
|
||||
|
||||
{{ partial "footer" . }}
|
Loading…
Add table
Add a link
Reference in a new issue