Hi,
I started using hugo a short while ago and I can’t wrap my head around how to do a more complexe page… Let me explain.
For now, the website is only in one language, but I am building it with multi-language support in mind.
(As @budparr said, you need to put that extra content in front matter.)
You need to give a more concrete example of what you want to achieve, what you have plan to have in Content0 vs Content1? Does that need to happen on all pages? Only some sections?
If this needs to happen on all pages, have a look at the split template function (there are so many ways this could end up… you just need to provide the exact use case).
It won’t happen on each page. It’s content specific to this page. Like between 75-150 words for Content0 and same for Content1. It’s basically just text that needs to be separated by some html. I don’t know if there is a way to use one .md file with two sections inside it, or use two .md files for one page.