From adfa7f1167c737a60e60e0062dccdb9777005102 Mon Sep 17 00:00:00 2001
From: Marty Oehme <contact@martyoeh.me>
Date: Tue, 25 Feb 2025 21:02:04 +0100
Subject: [PATCH] fix(repo): loading templates and files from book directory

For now, putting the associated files simply within the books/ directory
as well is the simplest solution. It also removes some clutter from the
root directory. If we refactor later, this will be changed overall
anyway.
---
 {templates => books/templates}/hostname.tpl | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 rename {templates => books/templates}/hostname.tpl (100%)

diff --git a/templates/hostname.tpl b/books/templates/hostname.tpl
similarity index 100%
rename from templates/hostname.tpl
rename to books/templates/hostname.tpl