--- theme: light marp: true --- ![bg left:40% 40%](./media/btcpay-logo.svg) # **Slide-Template** Template for [BTCPay Server](https://btcpayserver.org) presentations, based on [Marp](https://marp.app/). --- # How to write slides Split pages by horizontal ruler (`---`). It's very simple! :satisfied: ```markdown # Intro foo --- # Outro bar ``` --- # Media Images and videos can be put in the `media` folder and get referenced like this … ![bg right:40% 40%](./media/btcpay-logo.svg)