fisch/views/admin/tables.html
2025-02-18 19:45:28 +01:00

7 lines
No EOL
162 B
HTML

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