This commit is contained in:
2026-04-11 00:37:12 +02:00
parent 65d99059e0
commit 97778c38be
18 changed files with 1204 additions and 229 deletions

View File

@@ -24,5 +24,14 @@
<?php if (get_row_layout() == 'faq') : ?>
<?php get_template_part('template-parts/sections/section-faq', 'faq'); ?>
<?php endif; ?>
<?php if (get_row_layout() == 'hero_with_form') : ?>
<?php get_template_part('template-parts/sections/section-hero-with-form', 'hero_with_form'); ?>
<?php endif; ?>
<?php if (get_row_layout() == 'gallery') : ?>
<?php get_template_part('template-parts/sections/section-gallery', 'gallery'); ?>
<?php endif; ?>
<?php if (get_row_layout() == 'collaboration_steps') : ?>
<?php get_template_part('template-parts/sections/section-collaboration-steps', 'collaboration_steps'); ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>