thanks for the great library , coming from handlebars the type safety is a game changer.
i am missing support for switch case ( i registered such function in handlbars)
so i have something like :
{{#switch name}}
{{#case 'John'}}
// continue template for John case
{{/case}}
{{#case 'Smith'}}
// continue template for Smith case
{{/case}}
{{/switch}}
i might be able to add support for this in a PR if this is desirable
thanks for the great library , coming from handlebars the type safety is a game changer.
i am missing support for switch case ( i registered such function in handlbars)
so i have something like :
i might be able to add support for this in a PR if this is desirable