|
<?php
|
|
/**
|
|
* page.php
|
|
*
|
|
* @copyright 2022 tuikehome.com - All Rights Reserved
|
|
* @link https://www.tuikehome.com
|
|
* @author TL <lucianldg@tuikehome.com>
|
|
* @created 2022-07-28 20:59:38
|
|
* @modified 2022-07-28 20:59:38
|
|
*/
|
|
return [
|
|
'title' => 'Judul',
|
|
'content' => 'Konten',
|
|
];
|