{{ 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 %} {% for blog in blogs %}
{#

{% blog.name %}

#} {% if blog.blog_data %} {% for topic in blog.blog_data %}
{% if topic.image %}
{{ heading_title }}
{% endif %}
{{ topic.title }}
{{ topic.description }}
{% endfor %} {% else %}
{{ text_no_blogs }}
{% endif %}
{% endfor %} {% else %}
{{ text_no_blogs }}
{% endif %}
{{ column_right }}
{{ content_bottom }} {{ footer }}