{% if block.block_type == 'carousel' %} {% include 'components/blocks/carousel.html' with carousel=block.value carousel_id=forloop_counter %} {% endif %} {% if block.block_type == 'header_block' %} {% include 'components/blocks/header_block.html' with header=block.value header_id=forloop_counter%} {% endif %} {% if block.block_type == 'big_card' %} {% include 'components/containers/big_card.html' with big_card=block.value big_card_id=forloop_counter%} {% endif %} {% if block.block_type == 'container_card' %} {% include 'components/containers/container_cards.html' with container_cards=block.value container_cards_id=forloop_counter%} {% endif %} {% if block.block_type == 'generic_image' %} {% include 'components/blocks/generic_image.html' with img_block=block.value generic_image_id=forloop_counter%} {% endif %} {% if block.block_type == 'generic_text_block' %} {% include 'components/blocks/generic_text_block.html' with txt_block=block.value generic_text_id=forloop_counter%} {% endif %} {% if block.block_type == 'blog_list_block' %} {% include 'components/containers/blog_list_block.html' with blog_list_block=block.value blog_list_id=forloop_counter%} {% endif %} {% if block.block_type == 'form_block' %} {% include 'components/blocks/form_block.html' with form_block=block.value %} {% endif %} {% if block.block_type == 'logo_block' %} {% include 'components/blocks/logo_block.html' with logo_block=block.value %} {% endif %} {% if block.block_type == 'quote_block' %} {% include 'components/blocks/quote_block.html' with quote_block=block.value %} {% endif %} {% if block.block_type == 'image_block' %} {% include 'components/blocks/image_url_block.html' with image=block.value %} {% endif %} {% if block.block_type == 'image_list_block' %} {% include 'components/containers/image_list_block.html' with image_list_block=block.value %} {% endif %} {% if block.block_type == 'columns_block' %} {% include 'components/containers/columns_block.html' with columns_block=block.value %} {% endif %} {% if block.block_type == 'container_two_blocks' %} {% include 'components/containers/container_two_blocks.html' with container_two_blocks=block.value %} {% endif %} {% if block.block_type == 'container_three_blocks' %} {% include 'components/containers/container_three_blocks.html' with container_three_blocks=block.value %} {% endif %} {% if block.block_type == 'box_block' %} {% include 'components/containers/box_block.html' with box_block=block.value %} {% endif %} {% if block.block_type == 'question_category_block' %} {% include 'components/containers/container_questions.html' with questions_group_block=block.value %} {% endif %}