File: /var/www/dinamo-shop/wp-content/themes/dinamo-shop/front-page.php
<?php get_header(); ?>
<?php if( have_posts() ) : ?>
<?php while( have_posts() ) : the_post(); ?>
<?php if( have_rows( 'section' ) ) : ?>
<?php while( have_rows( 'section' ) ) : the_row(); ?>
<?php if( have_rows( 'page_components' ) ) : ?>
<?php while( have_rows( 'page_components' ) ) : the_row(); ?>
<?php
$layout = get_row_layout();
include 'page-components/' . $layout . '.php';
?>
<?php endwhile; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>