Page Templates
Instead of defining your page templates in code, you can define as many as you like in a list.
Your API responses for pages will include the name of the template you've assigned, in slug form (non-word characters will be replaces with a hyphen):
#… lots of JSON
"template": "content-page-without-subnav",
#… lots more json
Updated less than a minute ago