import Crafter.CppDOM; using namespace Crafter; int main(){ HtmlElementView body("body"); body.SetInnerHTML("Hello World!"); //No need to call FreeJs, this is done in the destructor of HtmlElementView. }