{% if blogs.image %}
{% endif %}
{{ heading_title }}
{{ description }}
{% if success %}
{{ success }}
{% endif %}
{% if blog_comments %}
{{ text_your_comments }}
{% for blog_comment in blog_comments %}
{% endfor %}
{% endif %}
{% if allow_comments %}
{{ blog_comment.author }}
{{ blog_comment.date_added }}
{{ blog_comment.comment }}
{{ button_comment_add }}
{% if (login_required and not is_logged) %}
{#
#}
{% endif %}