cosin-website/themes/cosin-theme/layouts/_default/single.html

12 lines
151 B
HTML
Raw Normal View History

2018-04-23 04:18:37 +02:00
{{ define "main" }}
<div class="right">
<article>
<header>
</header>
<div>
{{ .Content }}
</div>
</article>
</div>
{{ end }}