-Avoid using user-controlled objects as arguments to template engine, instead construct the object explicitly with +Avoid using user-controlled objects as arguments to a template engine. Instead, construct the object explicitly with the specific properties needed by the template.
-In the below example a server uses the user-controlled profile
object to
+In the example below a server uses the user-controlled profile
object to
render the index
template.