edit_header

NAML documentation   Watch a video
   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>