diff --git a/youtube/templates/base.html b/youtube/templates/base.html
index b68c250..393cc52 100644
--- a/youtube/templates/base.html
+++ b/youtube/templates/base.html
@@ -6,14 +6,14 @@
-
-
+
+
{{ page_title }}
-
-
-
-
+
+
+
+
{% block style %}
{{ style }}
diff --git a/youtube/templates/channel.html b/youtube/templates/channel.html
index 294f1df..5a567c0 100644
--- a/youtube/templates/channel.html
+++ b/youtube/templates/channel.html
@@ -7,15 +7,15 @@
{% extends "base.html" %}
{% import "common_elements.html" as common_elements %}
{% block style %}
-
-
+
+
{% endblock style %}
{% block main %}
-

+
{{ channel_name }}
diff --git a/youtube/templates/embed.html b/youtube/templates/embed.html
index 8758683..85d2d78 100644
--- a/youtube/templates/embed.html
+++ b/youtube/templates/embed.html
@@ -1,14 +1,14 @@
-
-
-
+
+
+
{{ title }}
-
+
{% if settings.use_video_player == 2 %}
-
+
{% endif %}