0
Within the 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 the page index
? This setting is in the file app/components/jus-hero.js
?