sendgrid_elixir
sendgrid_elixir copied to clipboard
extend spec for add_dynamic_template_data
Can we extend add_dynamic_template_data/3 function spec since in sendgrid templates is possible to do any of these:
{{#if is_default}}
{{#each statuses as |status|}}
Thanks,