1
Fork 0
theorangeone.net-legacy/layouts/_default/terms.html
2017-09-16 23:50:48 +01:00

10 lines
277 B
HTML

{{ partial "page_start.html" . }}
<section id="main" class="container">
{{ partial "content.html" . }}
<div class="row">
{{ range .Pages.ByTitle }}
{{ partial "box_image.html" . }}
{{ end }}
</div>
</section>
{{ partial "page_end.html" . }}