From 4db982bb015eddb624e4c7f5776596b166dbaae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luiz=20F=2E=20A=2E=20de=20Pr=C3=A1?= Date: Wed, 28 Feb 2018 22:38:59 -0300 Subject: Initial files --- layouts/partials/page.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 layouts/partials/page.html (limited to 'layouts/partials/page.html') diff --git a/layouts/partials/page.html b/layouts/partials/page.html new file mode 100644 index 0000000..d39a27e --- /dev/null +++ b/layouts/partials/page.html @@ -0,0 +1,9 @@ +
+
+
+

{{ .Title }}

+
+ + {{ .Content }} +
+
-- cgit v1.2.3