Hello,
I'm trying to include an item based page using <!--@Global:Page.Content(123)--> (123 being the page's id). It works perfectly fine with regular pages, but when I attempt to include an item based page the content isn't rendered.
I know I can accomplish this with razor, but can I do something to make it work with regular template tags? Does my page template need to include (or not include) anything in particular?
Thanks in advance!
//Martin