{{ define "admin_footer" }}
{{ if .urlPage }}
<div class="flex mt-4 justify-center space-x-2">
    {{ template "pagination" . }}
</div>
{{ end }}
</main>
</div>
{{ end }}