opengist/templates/base/admin_footer.html
2024-01-04 18:06:19 +01:00

13 lines
266 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 }}