---
title: "View templates"
date: "2017-11-13T07:33:15+00:00"
summary: "Discover how to create dynamic content lists using Drupal views and Site Studio's View templates. Learn to structure and display your content effectively for enhanced user engagement and site functionality."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/view-templates"
id: "f27b01e2-3bea-416a-b399-b09d877d2372"
---

Use Drupal views to create, manage, and display lists of content. For example, a list of blog posts, a list of upcoming events or a list of users.

View templates
--------------

A View can be displayed as a Page or a Block and use a specific format for displaying the content. These including Unformatted list, Grid, Table and HTML list. Site Studio provides a new format called a View template. These allow you to layout the structure of your View page or View block. They use [View modes](/drupal-starter-kits/add-ons/site-studio/understanding-view-modes "Understanding view modes") and [View mode templates](/drupal-starter-kits/add-ons/site-studio/creating-templates-other-view-modes "Creating templates for other view modes") to display each result from the View.

This is illustrated in the diagram below.

![00f2c9ae-Views-template-diagram.svg](https://acquia.widen.net/content/68ee5812-648c-42e9-be40-d972115928dc/web/00f2c9ae-Views-template-diagram.svg?itok=p1T3U1nh)

For more information, visit [Creating view templates](/drupal-starter-kits/add-ons/site-studio/creating-view-templates "Creating view templates").