From 965570e37b915b665742cf9911cb4793617aaab9 Mon Sep 17 00:00:00 2001 From: William Petit Date: Tue, 4 Mar 2025 16:35:27 +0100 Subject: [PATCH] feat: initial commit --- document.yml | 1 + document/html-layout.gohtml | 100 ++++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 document.yml create mode 100644 document/html-layout.gohtml diff --git a/document.yml b/document.yml new file mode 100644 index 0000000..0a9bf81 --- /dev/null +++ b/document.yml @@ -0,0 +1 @@ +html-layout: ./document/html-layout.gohtml diff --git a/document/html-layout.gohtml b/document/html-layout.gohtml new file mode 100644 index 0000000..8cf0ce4 --- /dev/null +++ b/document/html-layout.gohtml @@ -0,0 +1,100 @@ + + + {{ .Vars.Title }} + + + + + + + {{ .Body }} + +