2       <h1>Audio File Management
</h1> 
   3       <p>All files can be downloaded from the 
<a href=
"/file-downloads/">public file listing
</a>.
</p> 
   4       <table class=
"listing" border=
"1"> 
   5       <tr><th>Name
</th><th></th></tr> 
   9         <td><form action=
"/files/delete" method=
"POST"><input type=
"hidden" name=
"filename" value=
"{{.Name}}"><input type=
"submit" value=
"Delete"></form></td> 
  13       <h2>Upload New File
</h2> 
  15       <form action=
"/files/upload" method=
"post" enctype=
"multipart/form-data"> 
  16         <input type=
"file" name=
"file"> 
  17         <input type=
"submit" value=
"Upload">