blog_page_layout

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   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>