Hello people, I’m new to hugo. I wanted to build a page specifically for packages in which I wanted to show the packages that I’m offering to others.
I’ve placed the md files like
-Content
-Packages
-package-1.md
-package-2.md
-package-3.md
I’ve made a list file that shows all the packages and when you click on a package it takes you to the package page i.e /packages/package-1/
Now I want to package-3 to have a different template than package-1 and package-2.
I have made a single.html file and a list.html file.