Are views an example of conventions?

That depends on what you mean.

The way you call views - specifying a central views directory, having the foldernames a part of the displayView function or action and naming the view as you name the file, are examples of conventions.

The concept is to not get into a this = that kind of thing. Name your files as you would want them to be declared. That keeps things simple.