opengist/templates/base/admin_footer.html

15 lines
317 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">
2024-01-04 03:44:56 +00:00
{{ template "_pagination" . }}
2023-05-27 11:58:08 +00:00
</div>
{{ end }}
<script src="{{ asset "admin.ts" }}"></script>
2023-05-27 11:58:08 +00:00
</main>
</div>
2023-03-14 15:22:52 +00:00
{{ end }}