#pragma once #include namespace NHtml { TString EscapeAttributeValue(const TString& value); TString EscapeText(const TString& value); }