render('head.twig.html', ['theme' => $GLOBALS['theme'], 'depth' => $depth, 'title' =>$title]); echo $GLOBALS['twig']->render('post.twig.html', ['id'=> $post_id, 'text' => $text, 'author' => $author, 'date' => $date]); echo $GLOBALS['twig']->render('foot.twig.html', ['theme' => $GLOBALS['theme'], 'depth' => $depth]); ?>