@* --- Default, Safe Rendering --- *@ @* The HTML tags will be visible as plain text. *@
@self.my_var
@* --- Raw, Unescaped Rendering --- *@ @* The string is rendered as actual HTML. *@
@#self.my_var