dust-motes icon indicating copy to clipboard operation
dust-motes copied to clipboard

provide access to parent object (via $parent) inside @iterate.

Open zarac opened this issue 8 years ago • 0 comments

e.g.

 {?._attachments}
 <section class="file list">
 Files
 {@iterate key=._attachments}
 <a href="{$parent._id}/{$key}" title="{$value|js|n}" target="_blank">{$key}</a>
 {~s}
 {/iterate}
 </section>
 {/._attachments}

zarac avatar Feb 15 '17 07:02 zarac