view_news_page

   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 "view_news_page".
... in view_news.naml
5
6
7
8
9
10
11
12
13
14
15
16
<macro name="view_news_page">
    <n.set_app_rows_per_page rows_per_page="[n.news_topics_per_page/]"/>
    <n.app_html>
        <head>
            <n.app_title/>
            <n.news_table_stylesheet/>
        </head>
        <body>
            <n.news_page_layout/>
        </body>
    </n.app_html>
</macro>