[FIXED] Blocks stopped working for section layout?

It works if you put the base template in the project

Sorry, which directory would be the ‘project’ here? I put it in _default.

Update: Actually I understood… So I would need to copy the themes/THEME/_default/baseof.html to layouts/_default/baseof.html. But that would be very inelegant… I would like to have only one copy of the master baseof.html in the theme and not have to copy that to each site’s layout/ each time the theme version changes.

, or the section template in the theme

I cannot put the section template in the theme as it is very Data (and site) specific. I plan to use the theme for multiple sites.

which I guess is a change since 0.19

Thanks for confirming. So will this be fixed?

It was also surprising that errors were not thrown during the building. So I did not notice this earlier. Shouldn’t some error be output instead of outputting an empty HTML page?

I am learning to use Data on the side and am using this section template only for that. As I am not publishing this on my blog yet, this didn’t come to my attention until today.