view_name

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_name".
... in utilities.naml
384
385
386
387
388
389
390
391
392
393
<macro name="view_name" requires="node">
    <n.trim.switch. value="[n.app_or_root.type/]">
        <n.case. value="category"><t>Category</t></n.case.>
        <n.case. value="board"><t>Board</t></n.case.>
        <n.case. value="gallery"><t>Gallery</t></n.case.>
        <n.case. value="blog"><t>Blog</t></n.case.>
        <n.case. value="news"><t>News</t></n.case.>
        <n.default_case.><t>Forum</t></n.default_case.>
    </n.trim.switch.>
</macro>