Code Explainers

Code explainers tagged #templating

go
package main
 
import (
	"html/template"

Auto-escaping HTML with Go templates

templating xss auto-escaping
Intermediate 6 steps
go
package handlers
 
import (
	"net/http"

Rendering HTML pages with Gin handlers

http-handlers templating error-handling
Beginner 8 steps