> For the complete documentation index, see [llms.txt](https://sevenval.gitbook.io/flat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sevenval.gitbook.io/flat/reference/templating/comment.md).

# Comment {{// …}}

Comments inside [templates](/flat/reference/templating.md) are ignored.

## Example

```javascript
{
  {{// an empty JSON object }}
}
```
