如何通过名称调用玉混合?

我在玉石中调用混合物有一些问题。

有我的布局的片段:

section.page-content if blocks && blocks.content each blockProps, blockName in blocks.content +blockName(blockProps) 

我通过这些参数::

  "blocks": { "content": { "menu": { "items": [ { "href": "href1", "title": "title1", "target": "target1", "text": "text1" }, { "href": "href2", "title": "title2", "target": "target2", "text": "text2" } ] }, "catalog_structure": { "items": [ { "text": "i1", "href": "i1 href", "title": "tit" }, { "text": "i2", "href": "i2 href", "title": "tit" }, { "text": "i3", "href": "i3 href", "title": "tit", "items": [ { "text": "i3_1", "href": "i3_1 href", "title": "tit" }, { "text": "i3_2", "href": "i3_2 href", "title": "tit" } ] }, { "text": "i4", "href": "i4 href", "title": "tit" } ] }, 
  } } 

我想调用名称为“blockName”的mixin。 我尝试用不同的方式来调用它。

请帮我解决我的问题。

对不起,我英文很差。

这不可能。

Visionmedia在一年前证实“目前不可能”

参考: https : //github.com/visionmedia/jade/issues/751