forked from goffee/cup
add sample element paginator
This commit is contained in:
parent
368d6c8e6b
commit
51d76c2a94
2 changed files with 74 additions and 7 deletions
|
|
@ -7,6 +7,9 @@
|
|||
<legend>Content demos</legend>
|
||||
<div class="row">
|
||||
{{template "content_table" .ContentTable}}
|
||||
{{if .ShouldShowPagination}}
|
||||
{{template "content_pagination" .Pagination}}
|
||||
{{end}}
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue