7 lines
125 B
PHP
7 lines
125 B
PHP
<?php
|
|
get_header();
|
|
|
|
echo site()->render("index", site()->getCurrentPost(["content", "title", "thumbnail"]));
|
|
|
|
get_footer();
|