You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#88 Fix problematic render implementation.template_data serves two purposes, defining template data and specifying the optional API parameter for locale. Previously, locale would be stripped out of template_data in the API request, preventing users from specifying variables named locale in their own template data.