{{-- views/themes/default/home.blade.php --}} @extends('themes.default.layout') @section('title', $website->name) @section('content') {{-- All home page content is now rendered from the database JSON structure --}} {!! $page->getRenderedContent() !!} @endsection