{% if section.sectionType == 'about' %} {% include 'section_about.html' %} {% elseif section.sectionType == "blog" %} {% include 'section_blog.html' %} {% elseif section.sectionType == "Likeproject" %} {% include 'section_Like_project.html' %} {% elseif section.sectionType == "detay1Resimsiz" %} {% include 'section_detay1Resimsiz.html' %} {% elseif section.sectionType == "detay1Resimli" %} {% include 'section_detay1Resimli.html' %} {% elseif section.sectionType == "sadeceParagraf" %} {% include 'section_sadeceParagraf.html' %} {% elseif section.sectionType == "Likeblog" %} {% include 'section_Like_blog.html' %} {% elseif section.sectionType == "videoabout" %} {% include 'section_video_about.html' %} {% elseif section.sectionType == "clients" %} {% include 'section_clients.html' %} {% elseif section.sectionType == "contact" %} {% include 'section_contact.html' %} {% elseif section.sectionType == "features" %} {% include 'section_features.html' %} {% elseif section.sectionType == "funfact" %} {% include 'section_funfact.html' %} {% elseif section.sectionType == "projects" %} {% include 'section_projects.html' %} {% elseif section.sectionType == "services" %} {% include 'section_services.html' %} {% elseif section.sectionType == "slider" %} {% include 'section_slider.html' %} {% elseif section.sectionType == "team" %} {% include 'section_team.html' %} {% elseif section.sectionType == "testimonialSSS" %} {% include 'section_testimonialSSS.html' %} {% endif %}