html

NAML documentation   Watch a video
   Usages of this macro
... in html.naml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<override_macro name="html" parameters="head,body">
    <n.html_impl
Macro
Requires: servlet
Parameters: head, body
>
        <head>
            <meta name="google-site-verification" content="LcqCgjOWfwRP7zmR8TtukzfDIV67kee-6vzqMh4uMFI" />
            <meta name="yandex-verification" content="150633f1d66200b3" />
            <meta http-equiv='content-language' content='en-US' />
            <link rel="apple-touch-icon" href="/file/n867/apple-touch-icon.png" />
            <link rel="icon" href="/file/n867/favicon.ico" type="image/x-icon" /> 
            <n.head/>
        </head>
        <body>
            <n.top_bar
Macro
/>
            <n.body/>
            <n.nabble_footer
Macro
/>
            <center><a href="/Suggestions-and-Feedback-f7.html">Feedback</a>, <a href="/Links-f537.html">Links</a>, <a href="/Privacy-Policy-td2321.html">Privacy</a>, <a href="/Rules-and-Information-f6.html">Rules</a>, <a href="/Support-f8.html">Support</a>, <a href="/About-site-purpose-td638.html">About</a></center>
        </body>
    </n.html_impl>
</override_macro>
Overrides default macro
... in utilities.naml
3
4
5
6
7
8
9
10
11
12
13
14
<macro name="html" parameters="head,body">
    <n.html_impl>
        <head>
            <n.head/>
        </head>
        <body>
            <n.top_bar/>
            <n.body/>
            <n.nabble_footer/>
        </body>
    </n.html_impl>
</macro>
Feedback, Links, Privacy, Rules, Support, About