is_front_page

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_front_page".
... in app.naml
306
307
308
<macro name="is_front_page" requires="servlet">
    <n.equal value1="[n.app_template/]" value2="view_app" />
</macro>