From 85c331a8574ad5e09aeb0b2732b3d89f9efd7cfc Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 14 May 2025 10:34:13 -0600 Subject: [PATCH] -- --- tt/header | 2 +- tt/img | 6 +++--- tt/index | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/tt/header b/tt/header index 1cba1c4..05d094b 100644 --- a/tt/header +++ b/tt/header @@ -9,5 +9,5 @@ -[% title %] +[% header_title %] diff --git a/tt/img b/tt/img index a45187d..0c639bf 100644 --- a/tt/img +++ b/tt/img @@ -1,8 +1,8 @@ - [% MACRO title BLOCK %] - [% title %] - [% description %] - [% END %] +[% MACRO header_title BLOCK %] +[% title %] - [% description %] +[% END %] [% INCLUDE header %]
diff --git a/tt/index b/tt/index index 57b8a61..e07f7cb 100644 --- a/tt/index +++ b/tt/index @@ -1,5 +1,6 @@ +[% MACRO header_title GET title %] [% INCLUDE header %]
-- 2.39.5