// This file holds the HTML rendering helpers for session export (US-008, #124).
// The output is a single self-contained document: all CSS is inlined in a
//
pigo session โ %s
%s
`, html.EscapeString(title), html.EscapeString(title), strings.Join(meta, " ยท "))
}
// htmlFoot closes the container and document.
func htmlFoot() string {
return `