From 9f56426a77c8438f3e1ea2e033e0deff2c52667f Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 17 Aug 2025 14:07:05 +0000 Subject: [PATCH] I'M... TEMPLATINGgit add .git add .git add .git add .git add .! AAAAAAAAAA <- You NEED Rehab NOW --- template/404.tt | 4 +++- template/head.tt | 1 + template/index.tt | 5 +++-- template/index_user.tt | 5 +++-- template/repository.tt | 4 +++- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/template/404.tt b/template/404.tt index 9d93d48..eb40974 100644 --- a/template/404.tt +++ b/template/404.tt @@ -1,7 +1,9 @@ +[% title = "404 Not Found" %] [% INCLUDE head.tt %] -

404

+

[% title %]

+

It's fucking over

[% INCLUDE foot.tt %] diff --git a/template/head.tt b/template/head.tt index 1a9d3d9..5b32c6c 100644 --- a/template/head.tt +++ b/template/head.tt @@ -1,2 +1,3 @@ +[% title %] diff --git a/template/index.tt b/template/index.tt index 829ee72..4b59942 100644 --- a/template/index.tt +++ b/template/index.tt @@ -1,8 +1,9 @@ +[% title = "Gorilla Nest" %] [% INCLUDE head.tt %] -

index

- +

[% title %]

+ [% INCLUDE foot.tt %] diff --git a/template/index_user.tt b/template/index_user.tt index 886beec..e27fb35 100644 --- a/template/index_user.tt +++ b/template/index_user.tt @@ -1,8 +1,9 @@ +[% title = "${name} Index" %] [% INCLUDE head.tt %] -

index_user

- +

[% title %]

+ [% INCLUDE foot.tt %] diff --git a/template/repository.tt b/template/repository.tt index 004413d..2877fa3 100644 --- a/template/repository.tt +++ b/template/repository.tt @@ -1,7 +1,9 @@ +[% title = "/${name}/${repository}" %] [% INCLUDE head.tt %] -

repository

+

[% title %]

+

Eventually this page will have something on it, RIGHT?!

[% INCLUDE foot.tt %] -- 2.39.5