From 7316238f16655bd127b04476bbf7864b27f940f9 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Sat, 13 Jun 2026 19:20:23 -0300 Subject: Commit inicial --- layouts/_default/baseof.html | 46 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 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..4fca1f9 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + {{ block "title" . }}{{ .Site.Title }}{{ end }} + + +
+ {{ block "header" . }} + direito + {{ end }} +
+
+ {{ block "main" . }}{{ end }} +
+ + + + + + + + + + + + {{ block "scripts" . }}{{ end }} + + + + -- cgit v1.2.3