diff --git a/web/templates/videos/video_detail.html b/web/templates/videos/video_detail.html
new file mode 100644
index 000000000..223cd7ea2
--- /dev/null
+++ b/web/templates/videos/video_detail.html
@@ -0,0 +1,59 @@
+{% extends "base.html" %}
+
+{% block title %}
+ {{ video.title }} - Alpha One Labs
+{% endblock title %}
+{% block content %}
+
+
+
+
+ {% if "youtube.com" in video.video_url or "youtu.be" in video.video_url %}
+ {% with video.video_url|cut:"https://www.youtube.com/watch?v="|cut:"https://youtu.be/" as raw_id %}
+ {% with raw_id|slice:":11" as video_id %}
+
+ {% endwith %}
+ {% endwith %}
+ {% else %}
+
+