Within application.hbs
I have a component called jus-hero
:
<header class="bg-leaf">
{{jus-hero}}
</header>
<main class="l-main">
{{outlet}}
</main>
How to render this component only on index
page? This setting is in the file app/components/jus-hero.js
?