Files
website/themes/grid-side/layouts/partials/page/single.html
2016-06-05 23:48:51 +01:00

16 lines
323 B
HTML

{{ partial "core/html-start.html" . }}
{{ partial "core/head.html" . }}
<body class="page-colors minimum-viewport-height">
{{ partial "core/main-menu.html" . }}
<section class="main-content">
{{ .Content }}
</section>
{{ partial "core/js.html" . }}
</body>
{{ partial "core/html-end.html" . }}