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

7 lines
182 B
HTML

{{ partial "page_start.html" . }}
<div id="page-wrapper">
<section id="main" class="container">
{{ partial "content.html" . }}
</section>
</div>
{{ partial "page_end.html" . }}