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

17 lines
398 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">
{{ partial "project/collection.html" . }}
{{ partial "extra/pagination.html" . }}
</section>
{{ partial "core/js.html" . }}
</body>
{{ partial "core/html-end.html" . }}