people_head

NAML documentation   Watch a video
Error Found
An error was found in the NAML code of this application – View Details | Go to NAML Editor
tag 'mailing_list_etiquette' is not an allowed here, only these are allowed: [bottom, page_name, focus]
  in new_post(custom_tweak:reply:2) - <n.new_post>
  in (custom_tweak:reply:1) - <override_macro name="reply" requires="servlet">
   Usages of this macro
... in people.naml
25
26
27
28
29
30
31
32
33
<macro name="people_head">
    <n.people_title
Macro
/>
    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.people_filter
Macro
Requires: servlet
>
        <then>
            <META NAME="description" CONTENT="[t]People in [t.location.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/][/t]"/>
            <META NAME="keywords" CONTENT="[n.page_node
Binary
Namespace: NodePageNamespace
Parameters: do
.subject
Macro
Requires: node
/], users, posters, members, administrators, community"/>
        </then>
    </n.if.is_null.people_filter>
</macro>