Issue #64.3: Conditional Content & Control Flow #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support conditional rendering and iterative content generation
Epic: #64 Template & Calculation Engine
Priority: High | Effort: Medium | Dependencies: #65 (Template Engine Foundation)
Description
Support conditional rendering and iterative content generation to enable dynamic document structure based on data.
Acceptance Criteria
{{#if condition}}...{{/if}}{{#each items}}...{{/each}}Technical Requirements
Example Usage