Not able to customize email template contents in keycloak v20.0.1

I am following this link to customize email – Server Developer Guide

I have created the directory structure as mentioned in the doc above but when I send email from credentials reset, it throws below error:

org.keycloak.theme.FreeMarkerException: Failed to process template text/executeActions.ftl

I have attached a screenshot for reference. I am not sure why it throws error for execute actions as I do not want to change anything there so no need to add that in customization

What ist you theme.properties look like?
Do you inherit from base or keycloak theme?

I missed adding theme.properties file for email, I have added that for login. It’s working now. Thank you