What’s the difference? What are they both for? I’m creating my website using Index.ejs but Main.ejs is always empty.
Can somebody point me in the direction to understand that better or explain the difference to me
Thank you
Ash
What’s the difference? What are they both for? I’m creating my website using Index.ejs but Main.ejs is always empty.
Can somebody point me in the direction to understand that better or explain the difference to me
Thank you
Ash
Main.ejs is a layout page, index.ejs is a content page this doc will explain the uses of the two:
Thanks, that’s perfect!