Commit 6a32de4b authored by Matthew Holt's avatar Matthew Holt

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

parent f5d0ed5b
package templates
import (
"html/template"
"net/http"
"path"
"text/template"
"github.com/mholt/caddy/middleware"
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment