mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-23 13:02:39 +00:00
9 lines
171 B
HTML
Vendored
9 lines
171 B
HTML
Vendored
{{ define "admin_footer" }}
|
|
{{ if .urlPage }}
|
|
<div class="flex mt-4 justify-center space-x-2">
|
|
{{ template "pagination" . }}
|
|
</div>
|
|
{{ end }}
|
|
</main>
|
|
</div>
|
|
{{ end }}
|