diff --git a/tpl-flex.php b/tpl-flex.php index b455765..5821d25 100644 --- a/tpl-flex.php +++ b/tpl-flex.php @@ -3,6 +3,6 @@ get_header(); -echo site()->render("flex", site()->getCurrentPost(["content"])); +echo site()->render("flex", site()->getCurrentPost()); get_footer();