view_contents

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 "view_contents".
... in topic.naml
761
762
763
764
765
766
767
<macro name="view_contents" dot_parameter="rows" requires="classic_view_namespace">
    <div id="classic-contents">
        <n.classic_pagination margin="0 .2em .5em" row_count="[n.classic_row_count/]" />
        <n.rows/>
        <n.classic_pagination margin="1em .2em 0" row_count="[n.classic_row_count/]" />
    </div>
</macro>