build_meta_description

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 "build_meta_description".
... in app.naml
180
181
182
183
184
185
<macro name="build_meta_description" requires="node">
    <n.if.has_property name="page_meta_description">
        <then.get_property name="page_meta_description"/>
        <else.default_meta_description/>
    </n.if.has_property>
</macro>