opengist/templates/base/admin_footer.html

14 lines
265 B
HTML
Raw Normal View History

2023-05-27 11:58:08 +00:00
{{ if false }}{{/* prevent IDE errors */}}
<div><main>
2023-03-14 15:22:52 +00:00
{{ end }}
2023-05-27 11:58:08 +00: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 15:22:52 +00:00
{{ end }}