---
title: "Dashboard"
format: dashboard
---

```{r}
library(ggplot2)
library(dplyr)
df <- diamonds
```


This is across everything.

# {.sidebar}

On the side...

# Main 1

```{r}
df %>% 
  ggplot(aes(x = carat)) + geom_histogram()
```


# Main 2

Just text

