How can I comment out parts of a Spark view so they aren't rendered to the client?
In aspx pages I can do this:
<%-- server-side comment --%>
I had thought using three dashes would work:
<!--- server-side comment --->
but it doesn't work and I now can't find the resource where I read that.