edit_header

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 utilities.naml
282
283
284
285
286
287
288
289
290
291
292
293
<macro name="edit_header" parameters="first_text,second_text">
    <div class="big-title second-font shaded-bg-color" style="padding: .4em;margin-top:.1em">
        <n.first_text/>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.second_text>
            <then>
                <span class="weak-color">
                    <n.prepend
Binary
Namespace: BasicNamespace
Parameters: prefix, text, except_if
. prefix="&ndash; "><n.second_text/></n.prepend.>
                </span>
            </then>
        </n.if.not.is_null.second_text>
    </div>
</macro>