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

6 lines
147 B
HTML
Raw Normal View History

2017-04-21 09:21:12 +01:00
{{ partial "page_start.html" . }}
2017-07-10 09:33:18 +01:00
<section id="main" class="container">
{{ partial "content.html" . }}
</section>
2017-04-21 09:21:12 +01:00
{{ partial "page_end.html" . }}