---
title: Center
description: Vertically and horizontally centered content layout
---

# Center Layout

The `center` layout centers all content both vertically and horizontally on the slide. Perfect for emphasizing short, important messages.

## When to Use

- Emphasizing key points
- Short important messages
- Transition slides
- Single concept slides

## Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `logo` | boolean | `true` | Show/hide the logo in top right |

## Basic Example

```markdown
---
layout: center
---

# Main Message

Supporting text that reinforces the point
```
