beamer add tag
Lorentz
How can I create a Beamer document with a greenboard-style template like the one in the attached image? Sorry, I don't know where to start. I use this

```
\documentclass[14pt]{beamer}
\usetheme{CambridgeUS} 
\usepackage{tcolorbox}

\setbeamersize{sidebar width right=3cm}
\setbeamercolor{sidebar right}{bg=}

\makeatletter
\setbeamertemplate{sidebar right}{
  \small
  \begin{tcolorbox}[title={Notes},height=.95\textheight,width=3cm]
    \vfill%
    \beamer@tempcount=1%
    \loop%
    \hrulefill\vfill%
    \advance\beamer@tempcount by 1%
    \ifnum\beamer@tempcount<15%
    \repeat%
  \end{tcolorbox}
}
\makeatother

\begin{document}
\begin{frame}[t]
	Write something
\end{frame}
\end{document}
```

![image.png](/image?hash=3d246550565a918d8375211ea2c6963738a2ce76828b69c6248c85a4f48becd7)

Enter question or answer id or url (and optionally further answer ids/urls from the same question) from

Separate each id/url with a space. No need to list your own answers; they will be imported automatically.