topic_min_html

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_min_html".
... in topic.naml
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
<macro name="topic_min_html" parameters="head,body" requires="servlet">
    <n.node_page.>
        <n.topic_caching/>
        <n.check_that_is_post/>
        <n.html>
            <head>
                <n.head/>
            </head>
            <body>
                <n.body/>
                <n.topic_bottom/>
            </body>
        </n.html>
    </n.node_page.>
</macro>