---
title: "Templates"
date: "2024-02-14T06:18:38+00:00"
summary: "Explore Drupal Starter Kits' content, view, menu, and master templates. Learn how to manage and customize various display modes for your website's content types, menus, and overall structure."
image:
type: "page"
url: "/drupal-starter-kits/templates"
id: "cd01f1cb-2f02-430a-a1c4-da99ee3e2d13"
---

Rebranding notice!

Acquia announces rebranding of its “Acquia CMS” offering, which includes a collection of Drupal modules. “Acquia CMS” is now referred to as “Drupal Starter Kits”.

Content templates
-----------------

The UIKit includes templates for each of the display modes in use for the content types included with the content model. To manage the templates, click **Manage** > **Site Studio** > **Templates** > **Content templates** > **Content type**.

**Content template**

**Description**

Full

Used for the full page display of the content type. This is the main view of the page that the user sees when browsing the website.

Card

Used for a card display of the content type. Typically, it is used to display the content within a grid of content items in a Drupal view.

Horizontal card

Used for a horizontal layout card display of the content type. Typically, it is used by the Content reference component for adding a horizontal teaser card to a layout.

Search result

Used for displaying the content as a search result.

Teaser

Used for displaying the content in a list. Typically, it is used to display the content as a list of content items in a Drupal view.

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

You can use views to create, manage, and display lists of content, such as a list of blog posts, a list of upcoming events, or a list of users. The UIKit includes templates for the views included with the content model for displaying multiple items of content within lists and grids. To manage the templates, click **Manage** > **Site Studio** > **Templates** > **View templates**.

**View template**

**Description**

Articles

Used to display a list of articles. The view uses the Teaser display mode for each result.

Article cards slider

Used to display article cards as a slider. It is used within the ‘Article slider component’. The view uses the Card display mode for each result.

Articles fallback

Used as a fallback view for articles if Acquia search does not respond. The view uses the Teaser display mode for each result.

Articles grid

Used to display a grid of articles. The view uses the Card display mode for each result.

Events

Used to display a list of Events. The view uses the Teaser display mode for each result.

Event card slider

Used to display event cards as a slider. It is used within the ‘Article slider component’. The view uses the Card display mode for each result.

Events fallback

Used as a fallback view for events if Acquia search does not respond. The view uses the Teaser display mode for each result.

Events grid

Used to display a grid of events. The view uses the Card display mode for each result.

People

Used to display a grid of people. The view uses the Card display mode for each result.

People fallback

Used as a fallback view for articles if Acquia search does not respond. The view uses the Card display mode for each result

Places

Used to display a list of places. The view uses the Teaser display mode for each result.

Places fallback

Used as a fallback view for places if Acquia search does not respond. The view uses the Teaser display mode for each result

Places grid

Used to display a grid of places. The view uses the Card display mode for each result.

Search

Used to display the search results. The view uses the Search results display mode.

Search fallback

Used as a fallback view for search results. The view uses the Search results display mode.

Menu templates
--------------

The UIKit includes templates for the menus used in the header and footer of the website. To manage the templates, navigate to **Manage > Site Studio > Templates > Menu templates**.

**Menu template**

**Description**

Main navigation

Used for the Main navigation displayed within the site header.

Footer

Used for the Footer navigation displayed within the site footer.

Utilities menu

Used for the optional utilities menu displayed within the utilities bar in the site header.

Master templates
----------------

The UIKit includes a site-level template that is used to contain the header and footer. It also contains the content region where the page content is displayed. To manage the templates, click **Manage** > **Site Studio** > **Templates** > **Master templates**.

**Master template**

**Description**

Master template

The main site level template.

Master template - Boxed

The template used for pages that do not have content. For example, the login page. Non-content items that are displayed on the site have a required limit to the width.