Files
chaffe-theme/tpl-flex.php
2025-05-07 08:59:53 -07:00

9 lines
147 B
PHP

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