mirror of
https://github.com/thomiceli/opengist.git
synced 2025-06-13 22:07:11 +02:00
Initial commit
This commit is contained in:
9
templates/base/admin_footer.html
vendored
Normal file
9
templates/base/admin_footer.html
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
{{ define "admin_footer" }}
|
||||
{{ if .urlPage }}
|
||||
<div class="flex mt-4 justify-center space-x-2">
|
||||
{{ template "pagination" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</main>
|
||||
</div>
|
||||
{{ end }}
|
Reference in New Issue
Block a user