From d3e40424b186399eea057a9f120740ac0fd9b1bf Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 7 May 2025 08:44:47 -0700 Subject: [PATCH] WIP --- tpl-flex.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tpl-flex.php diff --git a/tpl-flex.php b/tpl-flex.php new file mode 100644 index 0000000..ddfd3fb --- /dev/null +++ b/tpl-flex.php @@ -0,0 +1,8 @@ +render("flex", site()->getCurrentPost("content")); + +get_footer();