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/index.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..b829b61 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,3 @@ +{{ define "content" }} + {{ partial "home.html" . }} +{{ end }} -- cgit v1.2.3