mirror of
https://gitlab.com/tavo-wasd/conex-pages.git
synced 2025-06-06 13:03:29 -06:00
11 lines
233 B
HTML
11 lines
233 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ .Site.Language }}">
|
|
{{- partial "head.html" . -}}
|
|
{{- partial "header.html" . -}}
|
|
<body>
|
|
<div id="content" class="content">
|
|
{{ .Content }}
|
|
</div>
|
|
</body>
|
|
{{- partial "footer.html" . -}}
|
|
</html>
|