splitted up stylesheet and added lots of scaffolding to it. Style needs working.
[theme-danix.xyz.git] / layouts / page / single.html
CommitLineData
e28a215c 1{{ define "page-main" }}
748286b5 2<article>
3 <div class="inner">
4 <p>{{ .Content }}</p>
e28a215c 5 </div>
6</article>
7{{ end }}