9 lines
147 B
PHP
9 lines
147 B
PHP
<?php
|
|
/** Template Name: Flexible Template */
|
|
|
|
get_header();
|
|
|
|
echo site()->render("flex", site()->getCurrentPost(["acf.content"]));
|
|
|
|
get_footer();
|