1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-21 22:40:32 +00:00
opengist/templates/base/admin_footer.html
2023-03-14 16:22:52 +01:00

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 }}