79234551

Date: 2024-11-28 15:51:30
Score: 1
Natty:
Report link

You can pass it with tpl.ExecuteTemplate(ctx, "index.html", pd) but browser is going to show this as plain text, you have to specify it is html by using
ctx.Response.Header.Set("Content-Type", "text/html; charset=utf-8")

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Giovanni Iannaccone