How to render in template instead of default.hbs

I am developing a theme and have a default.hbs file. I don’t want to render it in all my templates for example in the home.hbs template. but If I don’t include it, nothing shows up all the code in the home.hbs is not showing.

  • What’s your URL?

Its a local development so its http://localhost:2368

  • What version of Ghost are you using?

I am using the latest version

And

  • How was Ghost installed and configured?
    Through ghost-cli with ghost install local

  • What Node version, database, OS & browser are you using?
    Node.js version is 18.12.1

  • What errors or information do you see in the console?
    None, I just need help with the question on the topic

  • What steps could someone else take to reproduce the issue you’re having?
    None

It’s been a few minor versions since I’ve done this, but you /should/ be able to omit the inclusion of default.hbs. It it possible that your home.hbs template is erroring? If you’re running in local development, I suggest using ghost run -D so that you can see all the messages - there may be something helpful.