package handlers import ( "context" "errors" "fmt" "html" "net/http" "strings" "github.com/gin-gonic/gin" "github.com/google/uuid" "go.uber.org/zap" "gorm.io/gorm" "veza-backend-api/internal/models" ) // EmbedHandler renders the standalone /embed/track/:id HTML page + // the /oembed JSON envelope. v1.0.9 W3 Day 15. // // The HTML page is intentionally not the SPA — it's a static-ish // document with a