#pragma once #include namespace blankie { namespace html { std::string escape(const std::string& in); } // namespace html } // namespace blankie