Test 1: Simple Binding
Title: {{post:title}} (ID: {{post:id}})
Test 2: IF Condition (True)
{{#if post:ska_feature_enabled}}PASS: Feature is enabled
{{/if}}Test 3: IF Condition (False)
{{#if post:ska_feature_disabled}}FAIL: Should not see this
{{/if}}If you see nothing red above, PASS.
Test 4: FOREACH Loop
- {{#foreach item in post:ska_related_items}}
- Item ID: {{post:id}} (Type: {{post:post_type}}) {{/foreach}}