So I have this structure and the single page in this category isn’t displaying properly, any thoughts?
├───content
│ └───employees
│ └───_index.md ✅Picks the template under: layouts>employees>list
│ └───employee1.md 🟥 For some reason picks the footer but not the header
│
├───layouts
│ ├───employees (list, single)
│ ├───partials (header, footer, baseof)
│ └───_default (baseof, list, single)
The only code in any list or single template anywhere is this
{{ define "main" }}
...the content...
{{ end }}