I generated an email in an app with
marten gen email SomeEmail --app nested
The files generated were
src/nested/emails/some_email.cr
src/nested/templates/nested/emails/some_email.*
I expected the templates to be at
src/nested/templates/emails/some_email.*