Adding code to index.hbs only

I am asking for help. How can I add a slider to the home page of my theme? Under index.hbs? When I add the code under navigation it works great but adds it to all pages I only want it above posts on the home page only.

Try wrapping your slider code with {{#is "home"}}:

{{#is "home"}}
  ... Slider ...
{{/is}}

See more here:

You can download the theme, edit index.hbs and re-upload the theme.