We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 374a38e + 7b18e51 commit 87599daCopy full SHA for 87599da
README.markdown
@@ -166,6 +166,21 @@ example:
166
// <li><a href="/people/2">Yehuda</a></li>
167
// </ul>
168
169
+
170
+### Comments
171
172
+You can add comments to your templates with the following syntax:
173
174
+ {{! This is a comment }}
175
176
+You can also use real html comments if you want them to end up in the output.
177
178
+ <div>
179
+ {{! This comment will not end up in the output }}
180
+ <!-- This comment will show up in the output -->
181
+ </div>
182
183
184
Precompiling Templates
185
----------------------
186
0 commit comments