indexEmtpy() : $ctx->indexBlog($posts); } function indexEmtpy($ctx): string { return << {$ctx->lang('blog_no')} {$ctx->if_admin(''.$ctx->lang('write').'')} HTML; } function indexBlog($ctx, array $posts): string { return <<
{$ctx->indexPostsTable($posts)} HTML; } function indexPostsTable($ctx, array $posts): string { $ctx->year = 3000; return <<