<?php include_once __DIR__ . '\\engine\\core.php'; $document = plugin('document'); $document->setTitle('Главная страница'); $listing = $document->add(['content', 'item', 'listing']); $post = $listing->add('post'); $post->setParam('title', 'Добро пожаловать!'); $post->setParam('text', 'Ну всякое бывает!!!');