Hi,
I’ve set up my Middleman project like this:
source/
|
± index.html.erb
|
± folder1/ - index.html.erb
|
± folder2/ - index.html.erb
Those html.erb files do not contain any embedded ruby, they are plain HTML (sans and tags). I needed to give them the erb extension, so that Middleman processes them using the defined layout.
Can I configure Middleman to provide .html files with layout?