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.
Syntax
<!--{ inline comment here }--> <!--{ Multi-line comment here This multiline comment is not sent to browser. }-->
Example
<h1>Hello world</h1> <!--{ This is a comment }--> <span>Powered by Div</span>
Output
<h1>Hello world</h1> <span>Powered by Div</span>