From dca685c79b587d17e13c5da51ef67aa2e71b891c Mon Sep 17 00:00:00 2001 From: Ariel Costas <94913521+arielcostas@users.noreply.github.com> Date: Thu, 23 Nov 2023 23:24:28 +0100 Subject: Super basic start --- layouts/_default/baseof.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..a4c2f56 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,19 @@ + + + + + + + {{ .Page.Title }} - Ariel Costas + + + + {{ partial "partials/header.html" . }} + + {{ block "main" . }} + {{ end }} + + {{ partial "partials/footer.html" . }} + + + \ No newline at end of file -- cgit v1.3