topic_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 "topic_title_contents".
... in topic.naml
171
172
173
174
175
176
<macro name="topic_title_contents" requires="node">
    <n.if.has_property name="page_title">
        <then.get_property name="page_title"/>
        <else.default_topic_title_contents/>
    </n.if.has_property>
</macro>