Issue #64.1: Template Engine Foundation #65
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?
Implement core template rendering engine with variable substitution
Epic: #64 Template & Calculation Engine
Priority: Critical | Effort: Large | Dependencies: None
Description
Implement core template rendering engine with variable substitution to enable dynamic document generation from templates and data.
Acceptance Criteria
{{variable}}and{{object.property}}markitect render --template file.md --data data.jsonTechnical Requirements
Example Usage