topic_min_html

   Usages of this macro
... 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
Macro
Requires: servlet
Parameters: do
.>
        <n.topic_caching
Macro
/>
        <n.check_that_is_post
Macro
/>
        <n.html
Macro
Parameters: head, body
>
            <head>
                <n.head/>
            </head>
            <body>
                <n.body/>
                <n.topic_bottom
Macro
/>
            </body>
        </n.html>
    </n.node_page.>
</macro>