... | in html.naml |
1 2 3 4 5 6 7 8 9 10 11 12 13
|
<override_macro name="html" parameters="head,body">
<n.html_impl Macro Requires: servlet
Parameters:
head, body
♦ ♦
<head>
<meta name="google-site-verification" content="mk0iUqCf-EQfJ4eHyXVM3_x_5OyBKVSB5MKurNvhJ9A" />
<n.head/>
</head>
<body>
<n.top_bar Macro ♦ ♦
<n.body/>
<n.nabble_footer Macro ♦ ♦
</body>
</n.html_impl>
</override_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>
|
Free forum by Nabble | Edit this page |