{{-- Template Name: Overview --}} @extends('layouts.app') @section('content') @while(have_posts()) @php the_post() @endphp
@include('heroes/overview-' . (get_field('hero_layout') ?: 'headline'))
@include('modules/' . get_row_layout()) @include('modules/' . get_row_layout()) @include('modules/' . get_row_layout())
@endwhile @endsection