diff --git a/_includes/blocks/_base.liquid b/_includes/blocks/_base.liquid
index a27b07c..49c6691 100644
--- a/_includes/blocks/_base.liquid
+++ b/_includes/blocks/_base.liquid
@@ -1,6 +1,7 @@
-
{{ include.content }}
diff --git a/_includes/blocks/media.liquid b/_includes/blocks/media.liquid
index b0f2bb5..93a281b 100644
--- a/_includes/blocks/media.liquid
+++ b/_includes/blocks/media.liquid
@@ -1,4 +1,21 @@
{% capture content %}
+{% if include.player %}
+
+
+
+
+
+
+ 0:00 / 0:00
+
+
+
+
+
+
+
+
+{% endif %}
{% if include.link %}{% endif %}
{% assign file_info = site.static_files | where: "path", include.url %}
{% if include.type == "image" %}
@@ -18,7 +35,7 @@
{% if include.lazyload %}{% endif %}
{% elsif include.type == "video" %}
-