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