Default Action

I am wanting to know what the best practice would be for a default (catch all) action.

Say for a range of pages where there is little to no controller input needed other then to render a page, I could have a default action that would if it exists render a view the same name as the query.

about.html would render the "about" view. But if no view file exists it will send to the error page.