mirror of
https://github.com/safing/web
synced 2025-09-01 18:49:06 +00:00
4 lines
313 B
HTML
4 lines
313 B
HTML
<video style="padding-bottom: 1rem;" src="{{ page.video_source }}" controls></video>
|
|
{% unless page.youtube_hash == null %}
|
|
<p class="text-center">or watch on <a href="https://youtu.be/{{ page.youtube_hash }}">YouTube</a> or <a href="https://invidio.us/{{ page.youtube_hash }}">Invidious</a></p>
|
|
{% endunless %}
|