SRF Tree fails in combination TreeAndMenu Extension and template

From semantic-mediawiki.org

The following tree works as expected

{{#tree:id=ProcessTree|root=Processes|
{{#ask:[[Category:Process]][[Is Part Of::+]]
   |format=tree
   |parent=Is Part Of
}}}}

When adding a template= parameter, the first tree item is rendered outside the TreeAndMenu structure

{{#tree:id=ProcessTree|root=Processes|
{{#ask:[[Category:Process]][[Is Part Of::+]]
   |format=tree
   |template=SrfProcessTree
   |parent=Is Part Of
   |link=none
}}}}

The SrfProcessTree template is a simple {{{1}}}

SMW 1.8.x, MW 1.19.x, SRF 1.8/latest SRF_tree.php from git

Can someone confirm that?

19:45, 12 December 2014

Can't confirm, but what happens if you try it like this:

{{#tree:id=ProcessTree|root=Processes|<nowiki/>
{{#ask:[[Category:Process]][[Is Part Of::+]]
   |format=tree
   |template=SrfProcessTree
   |parent=Is Part Of
   |link=none
}}}}
20:07, 12 December 2014