1
0
mirror of https://github.com/thomiceli/opengist synced 2024-12-23 14:55:50 +01:00
opengist/templates/base/admin_footer.html
2024-04-03 01:56:55 +02:00

15 lines
317 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 }}
<script src="{{ asset "admin.ts" }}"></script>
</main>
</div>
{{ end }}