7 lines
No EOL
162 B
HTML
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" .}} |