1
0
mirror of https://github.com/thomiceli/opengist synced 2025-02-21 17:19:34 +01:00
opengist/templates/base/admin_footer.html

10 lines
171 B
HTML
Raw Normal View History

2023-03-14 16:22:52 +01:00
{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
{{ end }}