html_impl.naml

<override_macro name="html_impl" parameters="head,body" requires="servlet">
    <n.page_start/>
    <n.update_default_permissions/>
    <n.nabble_html>
        <do>
            <n.embedding_redirection_js/>
            <n.put_in_head.head/>
            <n.body/>
            <n.load_call_later_script/>
        </do>
        <output>
            <![CDATA[<!DOCTYPE html>]]>
            <html>
                <head>
                    <meta name="viewport" content="width=device-width,initial-scale=1.0"/>
                    <link rel="shortcut icon" href="http://www.featool.com/favicon.ico" type="image/x-icon"/>
                    <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
                    <n.nabble_stylesheets/>
                    <n.nabble_javascript_libraries/>
                    <n.html_head_content/>
                    <n.nabble_shared_scripts/>
                </head>
                <body>
                    <div id="notice" class="notice rounded-bottom"></div>
                    <div class="nabble macro_[n.page_template/]" id="nabble">
                        <n.apply_filters.html_body_content/>
                    </div>
                    <n.bottom_scripts/>
                    <n.as_html_comments.site_information/>
                </body>
            </html>
        </output>
    </n.nabble_html>
</override_macro>