- Issue created by @Anybody
+1 for this. Not only there are no Twig templates, there are not even a wrapper around this texts.
Drupal 8+ uses Twig to allow Themers to individualize page contents easily without having to code.
Sadly this hasn't yet been done in the Mailchimp module, so there contents of the mailchimp signup block and mailchimp signup page don't have twig templates, they're just rendered through PHP.
For themers this means, it's hard to customize these pages.
Use a theme to render these signup forms, at least with the description and form elements.
Allow to differentiate page and block by theme suggestions, so they can be overwritten individually.
Active
2.0
Signup Module
+1 for this. Not only there are no Twig templates, there are not even a wrapper around this texts.