Asked by Shiloh Paul on Nov 20, 2024
Shiloh wants to set default content for blog post_body in a template
Answered by Aleksandar Perisic
Using the `content_attribute` block in the module to set default content for post_body. Example: `{% content_attribute "post_body" %}{{ post_body|default("Test copy") }}{% end_content_attribute %}`