default_app_title_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 "default_app_title_contents".
... in app.naml
213
214
215
216
217
218
<macro name="default_app_title_contents" requires="node">
    <n.if.not.is_root>
        <then><n.root_node.subject/> -</then>
    </n.if.not.is_root>
    <n.subject/>
</macro>