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