.comment and .// Macro

These macros can be used to insert comments in a template. Lines starting with .// or .comment are ignored during generation.

Example:

.// This is a comment
.comment This is also a comment