blog_page_layout

NAML documentation   Watch a video
   Usages of this macro
... in view_blog.naml
64
65
66
67
68
69
70
71
72
73
74
75
76
<macro name="blog_page_layout" requires="app_namespace">
    <n.column_layout
Macro
Parameters: columns
.>
        <n.column
Macro
Parameters: contents, width
. width="70%">
            <n.widget
Macro
Parameters: contents, title
.>
                <n.blog_table
Macro
/>
                <n.app_topic_pagination
Macro
Requires: node_page, servlet
Parameters: margin
 margin=".5em .3em"/>
            </n.widget.>
        </n.column.>
        <n.column
Macro
Parameters: contents, width
. width="30%">
            <n.sidebar_widget
Macro
Requires: node_page, servlet
/>
       </n.column.>
    </n.column_layout.>
</macro>