summaryrefslogtreecommitdiff
path: root/templates/embed.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/embed.html')
-rw-r--r--templates/embed.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/embed.html b/templates/embed.html
new file mode 100644
index 0000000..ff372ab
--- /dev/null
+++ b/templates/embed.html
@@ -0,0 +1,4 @@
+{{define "title"}}Index{{end}}
+{{define "content"}}
+ <iframe width="100%" height="100%" src="https://www.youtube-nocookie.com/embed/{{.}}" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+{{end}}