laurentlehouerou.com/layouts/_default/baseof.html

10 lines
183 B
HTML
Raw Normal View History

{{ partial "head" . }}
<body>
<div id="wrap">
{{ partial "header" . }}
{{ block "main" . }}
{{end}}
</div>
{{ partial "footer" . }}
</body>
</html>