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
The source code below doesn't have navigation links because no usage has been compiled yet. Navigation links depend on how and where the macro is used, so first you may try finding all usages of "blog_page_layout".
... 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.>
        <n.column. width="70%">
            <n.widget.>
                <n.blog_table/>
                <n.app_topic_pagination margin=".5em .3em"/>
            </n.widget.>
        </n.column.>
        <n.column. width="30%">
            <n.sidebar_widget/>
       </n.column.>
    </n.column_layout.>
</macro>