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 "app_title_contents".
... in app.naml
206
207
208
209
210
211
<macro name="app_title_contents" requires="node">
    <n.if.has_property name="page_title">
        <then.get_property name="page_title"/>
        <else.default_app_title_contents/>
    </n.if.has_property>
</macro>