{% use '/themes/default/head.html' with meta as head_meta, css as head_css %}
- {% block title %}{% endblock %} @Кодорвань
-
{{ block('head_meta') }}
{% block meta %}
{% endblock %}
diff --git a/kodorvan/site/system/views/themes/default/head.html b/kodorvan/site/system/views/themes/default/head.html
index 3ab513d..7d80a30 100755
--- a/kodorvan/site/system/views/themes/default/head.html
+++ b/kodorvan/site/system/views/themes/default/head.html
@@ -3,9 +3,10 @@
- {% if not empty title %}{{ title }} @Кодорвань{% else %}Кодорвань{% endif %}
+ {% if title is not empty %}{{ title }} @Кодорвань{% else %}Кодорвань{% endif %}
+
-
+