news_page_layout

NAML documentation   Watch a video
   Usages of this macro
... in view_news.naml
67
68
69
70
71
72
73
74
75
76
<macro name="news_page_layout" requires="app_namespace">
    <n.column_layout
Macro
Parameters: columns
.>
        <n.column
Macro
Parameters: contents, width
. width="70%">
            <n.news_sidebar_widget
Macro
/>
        </n.column.>
        <n.column
Macro
Parameters: contents, width
. width="30%">
            <n.sidebar_widget
Macro
Requires: node_page, servlet
/>
       </n.column.>
    </n.column_layout.>
</macro>