diff options
Diffstat (limited to 'backend/admin/templates/audio.html')
| -rw-r--r-- | backend/admin/templates/audio.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/backend/admin/templates/audio.html b/backend/admin/templates/audio.html deleted file mode 100644 index 21ec463..0000000 --- a/backend/admin/templates/audio.html +++ /dev/null @@ -1,14 +0,0 @@ -{{ template "base.html" . }} - -{{ define "breadcrumb" }} -<a href="{{ .BasePath }}/admin/dashboard">Dashboard</a> -{{ end }} - -{{ define "content" }} - {{ range .Audio }} - <figure> - <figcaption>{{ .Label }}</figcaption> - <audio controls src="{{ $.BasePath }}/files/audio/{{ .FileName }}"></audio> - </figure> - {{ end }} -{{ end }} |
