1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 07:00:32 +00:00
opengist/templates/base/admin_footer.html
2023-05-27 13:58:08 +02:00

13 lines
265 B
HTML
Vendored

{{ if false }}{{/* prevent IDE errors */}}
<div><main>
{{ end }}
{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
{{ end }}