app_title_ending

   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_ending".
... in app.naml
220
221
222
223
224
225
226
227
<macro name="app_title_ending" requires="node">
    <n.if.not.equal value1="[n.app_template/]" value2="[n.app_default_template/]">
        <then>| <n.capitalize.substring text="[n.app_template/]" begin="5" /></then>
    </n.if.not.equal>
    <n.hide_if_equals. value1="[n.app_page_number/]" value2="1">
        | <t>Page <t.number.app_page_number/></t>
    </n.hide_if_equals.>
</macro>