Template Directive in a Page Template

I’m trying to include a template on a page template but it seems to be creating an error somewhere. When I run the command associated with the template nothing happens.

I want to have this inline template on the page when create a new page from the template:

```template
{{template([[Library/Personal/Template/ProjectTaskList]],@page)}}

Just a guess, but I think the argument to the template function has to be an object. You cannot pass @page directly

No sending the page object works with the directive. Just not when the directive is embedded in a template page.

Not exactly a solution but it saves me having to retype the template block. And all I have to do is delete the DELETE text get it to render.

image