Use text/template because html shouldn't be escaped for this

This commit is contained in:
Matthew Holt 2015-04-18 12:28:22 -06:00
parent f5d0ed5b1c
commit 6a32de4b47

View File

@ -1,9 +1,9 @@
package templates
import (
"html/template"
"net/http"
"path"
"text/template"
"github.com/mholt/caddy/middleware"
)