Django templates automatically escape variables to prevent malicious scripts from running in the browser.
Step 2: Compare options with this behavior
Only It automatically escapes variables to prevent malicious code execution. correctly states this automatic escaping feature, while others describe incorrect or unrelated behaviors.
Final Answer:
It automatically escapes variables to prevent malicious code execution. -> Option B
Quick Check:
Default escaping = It automatically escapes variables to prevent malicious code execution. [OK]