---
theme: slidev-theme-pdego
title: {TITLE}
author: {AUTHOR}
colorSchema: dark
highlight: one-dark-pro
section: Introduction
layout: cover
transition: fade
---

# {TITLE}

{AUTHOR}

---
layout: section
---

# Section Title

---

# Slide Title

- Bullet point one
- Bullet point two
- Bullet point three

---
layout: section
---

# Another Section

---

# Code Example

```js
const example = "hello world"
```

---
layout: cover
---

# Thank You
