LET page = PARSE(` Offline

Hello world

`) LET title = ELEMENT(page, "title") T::EQ(title.innerText, "Offline") RETURN NONE