View
A View is part of the traditional "MVC" pattern of organising a user-facing application. Fluid applications are not strictly part of the MVC pattern as a result of their emphasis on the elimination of the controller layer "C", as well as focus on many other dependency concerns than the simple MVC triad. Views in Fluid applications are typically represented by a top-level Component.
More discussion on the MVC pattern, models and views is at Framework Concepts#MVC.