From: Emil Williams Date: Sun, 11 May 2025 04:25:51 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=7f7a1c7f062f0b7e099407d0191dd36f3fd2b2d3;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index d12e90e..150a35f 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -64,6 +64,7 @@ sub Triple::main { $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; $page = "dynamic $set[PAGE_TYPE], no?"; + $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); } else { $page = %static{''}; }