1
Fork 0
theorangeone.net-legacy/layouts/_default/single.html

10 lines
195 B
HTML
Raw Normal View History

2017-10-26 21:54:02 +01:00
{{ define "main" }}
<div id="main">
<div class="container">
2017-10-27 22:56:44 +01:00
{{ partial "content.html" . }}
2017-10-26 21:54:02 +01:00
</div>
{{ partial "share.html" . }}
{{ partial "related-content.html" . }}
2017-10-26 21:54:02 +01:00
</div>
{{ end }}