Skip to content

Comments

rafageist edited this page Jul 16, 2025 · 1 revision

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>
Clone this wiki locally