DOCS

Is empty & Is not empty mods

Is empty mod check if the value of dynamic tag is empty, while Is not empty checks the opposite

Example

In the example below, we are pulling the post content dynamic tag, and if the tag is empty, we display a text “No content available”

@post(content).is_empty().then(No content available)

Continue reading