mirror of
https://github.com/thomiceli/opengist
synced 2024-12-23 14:55:50 +01:00
15 lines
317 B
HTML
Vendored
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 }}
|