Hello, I’m using the default `@hubspot/blog_subscribe` module in my theme as follows:
```
{% module “blog_subscribe”
path = “@hubspot/blog_subscribe”
select_blog = “default”
title = “”
extra_classes = “footer__subscribe-form”
%}
```
but for some reason, when using the theme in a blog instance the module fails to get generated in the HTML, and therefore is not rendered. It works fine in the template preview.
I’m attaching two screenshots of the markup, one from the blog and one from the template preview. Do you know why it’s not gen
Template preview page

Blog instanceerated in the blog? Is there some setting that I need to turn on?

