topic_contents

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   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_contents".
... in topic.naml
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
<macro name="topic_contents" dot_parameter="contents" requires="blog_topic_namespace">
    <div id="comment-section">
        <n.if.page_node.has_replies>
            <then>
                <h2 class="second-font big-title" style="margin-bottom: .5em">
                    <n.one_or_many.page_node.replies>
                        <one_text><t>Comment</t></one_text>
                        <many_text><t>Comments</t></many_text>
                    </n.one_or_many.page_node.replies>
                </h2>
                <n.view_selectors/>
            </then>
        </n.if.page_node.has_replies>
 
        <n.topic_contents_div.contents/>
 
        <n.add_new_comment_link/>
    </div>
</macro>