The "from scratch" steps I too were from the Admin page Views section. I entered "first" intot the "create file with filename" edit control and chose the "Create" button.
When I do this in a new application, the resulting first.html file contains:
{{extend 'layout.html'}}
<h1>This is the first.html template</h1>
{{=BEAUTIFY(response._vars)}}

