... | 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>
|
Free forum by Nabble | Edit this page |