1
0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-01-24 23:00:35 +00:00
opengist/templates/base/admin_footer.html

14 lines
265 B
HTML
Raw Normal View History

2023-05-27 13:58:08 +02:00
{{ if false }}{{/* prevent IDE errors */}}
<div><main>
2023-03-14 16:22:52 +01:00
{{ end }}
2023-05-27 13:58:08 +02:00
{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
{{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
2023-03-14 16:22:52 +01:00
{{ end }}