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