news_title_row.naml

<override_macro name="news_title_row" requires="node">
    <div class="news-title">
        <h2 class="news-title adbayes-content">
            <n.jsm_gallery_node_link/>
        </h2>
        <n.if.is_in_subapp>
            <then>
                <t>in <t.location.italic.subapp_link_on_hover/></t>
            </then>
        </n.if.is_in_subapp>
    </div>
</override_macro>