news_sidebar_widget

NAML documentation   Watch a video
   Usages of this macro
... in view_news.naml
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<macro name="news_sidebar_widget">
    <n.widget
Macro
Parameters: contents, title
.>
        <div class="sidebar-section shaded-bg-color">
            <n.app_topic_pagination
Macro
Requires: node_page, servlet
Parameters: margin
 margin=".2em .5em"/>
            <h2 class="news-header">
                <t>Topics</t>
                <span class="weak-color topic-count">
                    (<n.app_topic_count
Macro
Requires: node_page, servlet
/>)
                </span>
            </h2>
        </div>
        <n.news_table
Macro
/>
        <n.app_topic_pagination
Macro
Requires: node_page, servlet
Parameters: margin
 margin=".5em .3em"/>
    </n.widget.>
</macro>