17 lines
382 B
Markdown
17 lines
382 B
Markdown
```yaml
|
|
layout: default
|
|
transition: slide-left
|
|
```
|
|
# Our route for Uganda
|
|
|
|
<RenderWhen context="slide">
|
|
<div style="justify-content: center;
|
|
align-items: center;
|
|
display: flex;
|
|
margin-top: 50px;">
|
|
<video width="560" height="315" controls autoplay loop preload>
|
|
<source src="/videos/Uganda Rundreise.mp4" type="video/mp4">
|
|
</video>
|
|
</div>
|
|
</RenderWhen>
|