package render

import (
	"net/html"
)

func renderHTML(node *html.Node) (string, error) {
	
}