Hi @dylanmccurry ,
You may directly get the html content with .plain.html i.e, selector plain and extension html
You can use like
{
"cssLink": "mysite.com/path/to/some.css",
"jsLink": "mysite.com/path/to/some.js",
"html": "/experience-fragment-path.plain.html"
}
Thanks