---
title: Cover
description: Title slide layout with banner for starting presentations
---

# Cover Layout

The `cover` layout is designed for the title slide of your presentation. It features centered content with the Sykehuspartner banner at the bottom.

## When to Use

- First slide of your presentation
- Major presentation milestones
- Conference or workshop title slides

## Parameters

| Parameter | Type | Default | Description |
|-----------|------|---------|-------------|
| `logo` | boolean | `true` | Show/hide the banner at the bottom |

## Basic Example

```markdown
---
layout: cover
---

# Docker Fundamentals
## A Hands-on Workshop
```

## With Banner Hidden

```markdown
---
layout: cover
logo: false
---

# Minimalist Title
## No banner version
```
