is_blog_style

NAML documentation   Watch a video
   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 "is_blog_style".
... in topic.naml
211
212
213
214
215
<macro name="is_blog_style">
    <n.cache. var="is_blog_style">
        <n.regex_matches text="[n.page_node.app_or_root.type/]" pattern="news|gallery|blog"/>
    </n.cache.>
</macro>