fix: Add missing template import in download.go

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-03-23 10:38:51 -07:00
parent 86edcbdc21
commit df182ca09f
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ package handler
import (
"database/sql"
"html/template"
"log"
"net/http"
"strings"