{% comment %}
All content between {% comment %} and {% endcomment %} will be ignored. It will not be evaluated or output to the template.
The comment method is primarily used for one of two purposes: For a developer to leave notes behind so that when they or another developer looks at the code later they understand what it is doing, or to temporarily remove a block of code from a template so that it is no longer evaluated but is easy to add back later. This is particularly helpful when troubleshooting a template error.