avatar_label

NAML documentation   Watch a video
   Usages of this macro
... in topic.naml
582
583
584
585
586
587
588
<macro name="avatar_label" parameters="condition" dot_parameter="label">
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.condition>
        <then>
            <div class="avatar-label weak-color"><n.label/></div>
        </then>
    </n.if.condition>
</macro>