fisch/views/admin/tables.html
2025-03-04 20:18:55 +01:00

7 lines
No EOL
168 B
HTML
Executable file

{{template "partials/base-top" .}}
{{ range .Tables }}
<a href="/admin/{{ .Destination }}/overview">{{ .Caption }}</a>
{{ end }}
{{template "partials/base-bottom" .}}