From c2a3fda0cf2aef901d1280bea792bf109c6d3d73 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 18 Mar 2024 00:23:16 -0500 Subject: Add templating, static files; add sample template+style --- template.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 template.html (limited to 'template.html') diff --git a/template.html b/template.html new file mode 100644 index 0000000..c67ae0d --- /dev/null +++ b/template.html @@ -0,0 +1,31 @@ + + + + + {{FILENAME}} + + + +
+

{{DIRECTORY}}/{{FILENAME}}

+ + {{DESCRIPTION}} + + + + +
+
+ {{CONTENT}} +
+ + + -- cgit 1.4.1-21-gabe81