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

8 lines
182 B
HTML
Raw Normal View History

2017-04-21 09:21:12 +01:00
{{ partial "page_start.html" . }}
<div id="page-wrapper">
<section id="main" class="container">
2017-06-25 11:31:05 +01:00
{{ partial "content.html" . }}
2017-04-21 13:46:53 +01:00
</section>
2017-04-21 09:21:12 +01:00
</div>
{{ partial "page_end.html" . }}