news_sidebar_widget.naml

<override_macro name="news_sidebar_widget">
    <n.widget.>
        <div class="sidebar-section shaded-bg-color">
            <n.app_topic_pagination margin=".2em .5em"/>
            <h2 class="news-header">
                <t>Newest Questions</t>
                <span class="weak-color topic-count">
                    (<n.app_topic_count/>)
                </span>
            </h2>
        </div>
        <n.news_table/>
        <n.app_topic_pagination margin=".5em .3em"/>
    </n.widget.>
</override_macro>