Tweaking Casper theme - thin navbar

default.hbs is the main template. If you look through the default.hbs file, you should see a section of code that says:

    <main>
        {{!-- All other templates get inserted here, index.hbs, post.hbs, etc --}}
        {{{body}}}
    </main>

Here are some links that should help you: