is_pinned_in_loop

NAML documentation   Watch a video
   Usages of this macro
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "is_pinned_in_loop".
... in app.naml
496
497
498
499
500
501
502
503
504
505
<macro name="is_pinned_in_loop" requires="node,node_list">
    <n.both>
        <condition1>
            <n.is_pinned/>
        </condition1>
        <condition2>
            <n.parent_node.equals.loop_node/>
        </condition2>
    </n.both>
</macro>