<?php declare(strict_types=1); ?> <?php $this->block('content', static function (array &$__lumiVariables): void { ?> <h1>Page contents</h1> <?php }); ?> <?php $this->layout('hello_world_layout'); ?>
You have javascript disabled. You will not be able to edit any code.