def escape_filter(value): """ Marks the value as a string that should be auto-escaped. """ return mark_for_escaping(value)