diff --git a/youtube/templates/common_elements.html b/youtube/templates/common_elements.html
index 4c776b6..7914c08 100644
--- a/youtube/templates/common_elements.html
+++ b/youtube/templates/common_elements.html
@@ -31,18 +31,18 @@
-
+ {% if include_author %}
+ {% if info.get('author_url') %}
+
By {{ info['author'] }}
+ {% else %}
+ {{ info['author'] }}
+ {% endif %}
+ {% endif %}
+
{% if info['type'] == 'channel' %}
- {{ info['approx_subscriber_count'] }} subscribers
- {{ info['video_count'] }} videos
{% else %}
- {% if include_author %}
- {% if info.get('author_url') %}
- - By {{ info['author'] }}
- {% else %}
- - {{ info['author'] }}
- {% endif %}
- {% endif %}
{% if info.get('approx_view_count') %}
- {{ info['approx_view_count'] }} views
{% endif %}