people_title

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:save_post_by_email:1) - <override_macro name="save_post_by_email" requires="post_by_email" unindent="true">
   Usages of this macro
... in people.naml
35
36
37
38
39
40
41
42
<macro name="people_title">
    <n.title
Macro
Parameters: text
.>
        <t>People in <t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/></t>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.people_filter
Macro
Requires: servlet
>
            <then>(<n.people_filter
Macro
Requires: servlet
/>)</then>
        </n.if.not.is_null.people_filter>
    </n.title.>
</macro>