diff --git a/templates/client/article/article.html b/templates/client/article/article.html
index 332c0fe2..61fdf3e1 100644
--- a/templates/client/article/article.html
+++ b/templates/client/article/article.html
@@ -32,15 +32,15 @@
- {% trans 'Теги:' %} {% include 'client/includes/article_theme.html' with obj=object %}
+ {% trans 'Теги:' %} {% include 'includes/article_tags.html' with obj=object %}
{% endif %}
@@ -69,16 +69,16 @@
{% include 'client/includes/sharing_block_full.html' %}
-
+{#
#}
{#
{% trans 'Источник' %}: {{ object.author }} #}
- {% if object.tag.all.exists %}
-
- {% include 'includes/article_tags.html' with obj=object %}
-
- {% endif %}
-
-
-
+{# {% if object.tag.all.exists %}#}
+{#
#}
+{# {% include 'includes/article_tags.html' with obj=object %}#}
+{#
#}
+{# {% endif %}#}
+{##}
+{#
#}
+{#
#}