web.nav ยท html_escape Sample CLIgway web.nav html-escapeFull CodeCopy to clipboarddef html_escape(text): import html return html.escape(text or "")