view_standard.naml

<override_macro name="html" parameters="head,body">  
    <n.html_impl>  
        <head>  
            <link rel="shortcut icon" href="http://fakinthefunk.net/en/images/home-favicon.ico?crc=4254068288" type="image/x-icon" />  
            <n.head/>  
        </head>  
        <body>  
            <n.top_bar/>  
            <n.body/>  
            <n.nabble_footer/>  
        </body>  
    </n.html_impl>  
</override_macro>