Html

The @html directive declares what follows is HTML code to be embedded as is into the generated page.

So the code:

@html
<H1 STYLE="color: lime">Embedded HTML heading</H1>

should give

Embedded HTML heading