Okay so I want to create something like this. I'm using JSON template
{.if title == 'default'}
/* Do something here */
{.end}
This is what it looks like when I format the page in json
"title" : "default"
But of course thats not working. Any suggestions?