[SOLVED] <singular>.terms.html template displaying blank page

I placed a terms template in /themes//layouts/taxonomy/.terms.html here:
http://novatec.netlify.com/marcas/

Hugo is picking the right template file, but it is not getting getting any html from the baseof template. Here’s the code for that template:
https://github.com/guayom/novatec/blob/master/themes/novatec/layouts/taxonomy/marca.terms.html

I also have a default terms template at /themes/layouts/_default/terms.html. That one woks perfectly.
http://novatec.netlify.com/industrias/

Am I missing something?

I think you just need layouts/taxonomy/marca.html, can you give it a go and see if it works?

No, that would be the taxonomy template, not the taxonomyTerms template. If I change that name of this template to marca.html, /marca will pick the default taxonomy terms template.
Hugo is picking the right template. That is not the problem. The problem is that it is not displaying the baseof template.

Could this be a bug? I haven’t found any solution in the documentation. I’m using the proper file structure and placing the template in the right place…

I made an issue for this. It was marked as a bug and solved. Here’s the issue:
https://github.com/gohugoio/hugo/issues/3856