I am working on a freemarker template and here is a sample.
<Grantor>
<UniqueID>${(currentGrantorIndex)!?string}</UniqueID> // want to comment this line
<Entity>${(grantor.entityTypeName)!?string}</Entity>
</Grantor>
I want to know how to write comments or comment out few lines in freemarker templates. Any idea?