This commit is contained in:
2025-05-07 08:44:47 -07:00
parent 47d955e79c
commit d3e40424b1

8
tpl-flex.php Normal file
View File

@@ -0,0 +1,8 @@
<?php
/** Template Name: Flexible Template */
get_header();
echo site()->render("flex", site()->getCurrentPost("content"));
get_footer();