In my home page, I have many components like hero, team, pricing partials. When rendering these partials like hero, I would like to use a hero.md as a content for rendering the hero.html partial. Is this possible? (I have a feeling that an index.html template will ONLY use index.md file, and the only think available to hero.html is what is available in the index.md context and not the hero.md context). I would like to confirm.
Why do I want to do this? Because I would like to create drop in components that are isolated from others and can swap them with other hero (content + template) as needed. I will be using netlifycms eventually,