unsubscribe_line

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 "unsubscribe_line".
... in email.naml
149
150
151
152
153
154
<macro name="unsubscribe_line" parameters="format" requires="subscription">
    <n.if.equal value1="[n.format/]" value2="html">
        <then><t>To unsubscribe from <t.location.node.subject/></t>, <a href="[n.unsubscribe_by_code_url/]"><t>click here</t></a>.</then>
        <else><t>To unsubscribe from <t.location.node.subject/></t>, <t>visit <t.url.unsubscribe_by_code_url/></t></else>
    </n.if.equal>
</macro>