{{ header }}
{{ column_left }} {% if column_left and column_right %} {% set class = 'col-sm-6' %} {% elseif column_left or column_right %} {% set class = 'col-sm-8 col-lg-9 col-md-9 col-xs-12' %} {% else %} {% set class = 'col-sm-12' %} {% endif %}
{{ content_top }}
{% if blogs.image %}
{{ heading_title }}
{% endif %}

{{ heading_title }}

{{ description }}
{% if success %}
{{ success }}
{% endif %} {% if blog_comments %}

{{ text_your_comments }}

{% for blog_comment in blog_comments %}
{{ blog_comment.author }}
{{ blog_comment.date_added }}
{{ blog_comment.comment }}
{% endfor %}
{% endif %} {% if allow_comments %}

{{ button_comment_add }}

{% if (login_required and not is_logged) %}

{{ text_login_required }}

{% else %}
{% if error_author %}
{{ error_author }}
{% endif %}
{% if error_email %}
{{ error_email }}
{% endif %}
{% if error_comment %}
{{ error_comment }}
{% endif %}
{{ captcha }}
{% endif %}
{#
#} {% endif %}
{{ column_right }}
{{ content_bottom }} {{ footer }}