diff --git a/templates/client/includes/article/news_on_main.html b/templates/client/includes/article/news_on_main.html
new file mode 100644
index 00000000..f1731671
--- /dev/null
+++ b/templates/client/includes/article/news_on_main.html
@@ -0,0 +1,10 @@
+{% load static %}
+{% load thumbnail %}
+
+{% if obj.logo %}
+ {% thumbnail obj.logo "80x80" as im %}
+
+ {% endthumbnail %}
+{% else %}
+
+{% endif %}
\ No newline at end of file