app_min_html

   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_min_html".
... in app.naml
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<macro name="app_min_html" parameters="head,body" requires="servlet">
    <n.node_page.>
        <n.app_caching/>
        <n.check_that_is_app/>
        <n.html>
            <head>
                <n.head/>
            </head>
            <body>
                <n.body/>
            </body>
        </n.html>
    </n.node_page.>
</macro>