widget

NAML documentation   Watch a video
   Usages of this macro
... in layout.naml
29
30
31
32
33
<macro name="widget" dot_parameter="contents" parameters="title">
    <div class="widget">
        <n.contents/>
    </div>
</macro>