From 52a844c398c752a811ec300846342fa5f02e583d Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Sun, 17 Aug 2025 13:11:57 +0000 Subject: 2 Wizards In Detroit Getting McDonalds, Difficulty: Impossible --- template/404.tt | 7 +++++++ template/foot.tt | 0 template/head.tt | 2 ++ template/index.tt | 10 ++++++++++ template/index_user.tt | 7 +++++++ template/repository.tt | 7 +++++++ 6 files changed, 33 insertions(+) create mode 100644 template/404.tt create mode 100644 template/foot.tt create mode 100644 template/head.tt create mode 100644 template/index.tt create mode 100644 template/index_user.tt create mode 100644 template/repository.tt (limited to 'template') diff --git a/template/404.tt b/template/404.tt new file mode 100644 index 0000000..9d93d48 --- /dev/null +++ b/template/404.tt @@ -0,0 +1,7 @@ + +[% INCLUDE head.tt %] + +

404

+ +[% INCLUDE foot.tt %] + diff --git a/template/foot.tt b/template/foot.tt new file mode 100644 index 0000000..e69de29 diff --git a/template/head.tt b/template/head.tt new file mode 100644 index 0000000..1a9d3d9 --- /dev/null +++ b/template/head.tt @@ -0,0 +1,2 @@ + + diff --git a/template/index.tt b/template/index.tt new file mode 100644 index 0000000..bf0c501 --- /dev/null +++ b/template/index.tt @@ -0,0 +1,10 @@ + +[% INCLUDE head.tt %] + +

index

+[% FOR i IN directories %] +[% i %] +[% END %] + +[% INCLUDE foot.tt %] + diff --git a/template/index_user.tt b/template/index_user.tt new file mode 100644 index 0000000..2cbfbed --- /dev/null +++ b/template/index_user.tt @@ -0,0 +1,7 @@ + +[% INCLUDE head.tt %] + +

index_user

+ +[% INCLUDE foot.tt %] + diff --git a/template/repository.tt b/template/repository.tt new file mode 100644 index 0000000..004413d --- /dev/null +++ b/template/repository.tt @@ -0,0 +1,7 @@ + +[% INCLUDE head.tt %] + +

repository

+ +[% INCLUDE foot.tt %] + -- cgit v1.2.3