// // Created by lukas on 5/11/25. // #include "HtmxObject.h" using namespace std; const string& HtmxObject::htmx() const { return html; }