From 38b40d8c5a8915716b3aa46aac4a0a84d0113b25 Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 6 Apr 2025 19:44:27 +0200 Subject: Add test site --- test/generation/template.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 test/generation/template.html (limited to 'test/generation/template.html') diff --git a/test/generation/template.html b/test/generation/template.html new file mode 100644 index 0000000..1e56d6f --- /dev/null +++ b/test/generation/template.html @@ -0,0 +1,28 @@ + + + + {{.SiteTitle}} - Docs + + + + + +
{{.SiteTitle}}
+ +
+ {{range .Content}} +
+ {{.}} +
+ {{end}} +
+ + -- cgit v1.2.3