5 lines
147 B
HTML
5 lines
147 B
HTML
{{ partial "page_start.html" . }}
|
|
<section id="main" class="container">
|
|
{{ partial "content.html" . }}
|
|
</section>
|
|
{{ partial "page_end.html" . }}
|