news_snippet_row

   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 "news_snippet_row".
... in view_news.naml
168
169
170
171
172
173
174
175
176
177
<macro name="news_snippet_row" requires="node">
    <div class="node-snippet adbayes-content" style="padding:1em 0 .5em;clear:both">
        <n.truncate size="300">
            <text><n.remove_html_tags.message.as_text/></text>
            <if_truncated>
                <n.news_snippet_read_more_link/>
            </if_truncated>
        </n.truncate>
    </div>
</macro>