function sanitized(content) { content = content.replace('<', '').replace('>', ''); return content; } print(sanitized('