instant_text

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
no macro found to override
  in (custom_tweak:menu_post_by_email:1) - <override_macro name="menu_post_by_email" requires="node">
   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 "instant_text".
... in email.naml
73
74
75
76
77
78
79
80
81
82
83
84
85
<macro name="instant_text" requires="subscription,node_page" unindent="true">
    <n.if.page_node.is_app>
        <then>
            <t><t.username.page_node.owner.name/> created a new subcategory</t>:
            <n.page_node.subject/>
        </then>
    </n.if.page_node.is_app>
 
    <n.page_node.text_email_message_with_signature />
    _______________________________________________
    <n.page_node.url/>
    <n.unsubscribe_line format="text"/>
</macro>