From 3c3cb5f4cdff7afd3fe502aa6ac9ea829269e91a Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 10:45:42 -0600 Subject: [PATCH] -- --- tt/img | 4 ++++ tt/index | 2 ++ 2 files changed, 6 insertions(+) diff --git a/tt/img b/tt/img index 4afb3ff..0c639bf 100644 --- a/tt/img +++ b/tt/img @@ -1,5 +1,9 @@ +[% MACRO header_title BLOCK %] +[% title %] - [% description %] +[% END %] +[% INCLUDE header %]
[% uri %] - [% description %]
diff --git a/tt/index b/tt/index index 55a6cce..e07f7cb 100644 --- a/tt/index +++ b/tt/index @@ -1,5 +1,7 @@ +[% MACRO header_title GET title %] +[% INCLUDE header %]
[% sitename %]
-- 2.47.3