16 lines
323 B
HTML
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" . }}
|
|
|