I've got a Power Pages site setup where I created a snippet in the portals section. Back in PP, in a text block, I entered the Liquid code:
{% include 'snippet' snippet_name:'AccountData' %}
And this works when I preview, but back in the editor, I get:
"Liquid object not found: snippet_name"
So while it works - the editor seems to choke on it a bit. Should it work?