This document discusses various Drupal modules for customizing Views output, including Semantic Views, Panels, and Nodequeue. Semantic Views allows complete control over HTML elements and classes for Views rows, helping pair Views with custom CSS. Panels and Nodequeue allow grouping Views fields into layouts. While helpful for presentation, these modules can undermine separation of logic and presentation. Alternative approaches like custom layout plugins are mentioned.