senny / sablon

Ruby Document Template Processor based on docx templates and Mail Merge fields.
MIT License
446 stars 128 forks source link

Support full if elsif else blocks #101

Closed stadelmanma closed 6 years ago

stadelmanma commented 6 years ago

Adds support for the full conditional block structure in templates. Also implements a system to handle multi block structures in general that could be used elsewhere if we see a need (or an end user has one)

Fixes #11