Your baseof.html looks fine, so I assume problem lives elsewhere.
Note that a base template does not make sense. You need some other template(s) to make it work. And for them to use the base template, they need to “define” one or more of the sections, e.g. `{{ define “main” }}"
thanks I understand now. I created single and list templates which fixed the problem. I thought I created them first time around and it didnt work so I deleted them and started from scratch incorrectly assuming the problem was the baseof file.