الملفات
Maqtaa/templates/base/admin_footer.html
Thomas Miceli bee5d045c3 Initial commit
2023-03-14 16:22:52 +01:00

10 أسطر
171 B
HTML
مُباع

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