From a98c2a4542e19ce4fb632bc32fc47c18273161cc Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 1 Mar 2026 19:32:52 -0600 Subject: convert from PHP to Go --- templates/layout.html | 68 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 templates/layout.html (limited to 'templates/layout.html') diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..ba8c6e8 --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,68 @@ + + + + + + {{.Title}} + + + + + +
+ {{if eq .View "blog"}} + + {{else if eq .View "search"}} + + {{end}} + +
+
+ + +
+ + + + + + + + -- cgit v1.2.3