Hi,
I have converted html page template to Razor and got problems with global paragraph tags.
Previously it looked like:
<!--@Global:Paragraph.Content(12345)-->
but Razor changed it to:
@GetValue("Global:Paragraph.Content(12345)")
and it doesn't work.
Any suggestions?