I’m moving a static site to Hugo, no markdown (yet), just HTML.
Now, I have created a layouts/_default/single.html template which applies a common header and a footer.
This does not work with html files in the content folder, UNLESS I put an empty directive {{}} at the beginning of the html file - only then Hugo starts apllying template to the files. Should I report this as a bug?