This template creates a literal equals sign "=
".
It is necessary because the equals sign is a special character in templates.
Using {{=}}
instead of a plain equals sign fixes a lot of headaches.
If you don't know why this is useful, don't sweat it. You'll know if/when you need it, and you'll appreciate it then.