news_title_row

   Usages of this macro
... in view_news.naml
155
156
157
158
159
160
161
162
163
164
165
166
<macro name="news_title_row" requires="node">
    <div class="news-title">
        <h2 class="news-title adbayes-content">
            <n.node_link
Macro
Requires: node
Parameters: text, href, title, class, target
/>
        </h2>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_in_subapp
Macro
Requires: node, node_list
>
            <then>
                <t>in <t.location.italic
Macro
Parameters: text
.subapp_link_on_hover
Macro
Requires: node, node_list
/></t>
            </then>
        </n.if.is_in_subapp>
    </div>
</macro>