I'm starting to shape the theme files
[theme-danix.xyz.git] / layouts / index.html
index e69de29..3ea6fd5 100644 (file)
@@ -0,0 +1,7 @@
+{{ define "home-main" }}
+<article class="post">
+       <div id="home-content">
+               {{ .Content }}
+       </div>
+</article>
+{{ end }}