mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 23:15:53 +00:00
13 lines
267 B
HTML
13 lines
267 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{- site.Language.Lang -}}">
|
|
{{- partial "head.html" . -}}
|
|
|
|
<body>
|
|
{{- partial "header.html" . -}}
|
|
<section id="content">
|
|
{{- block "main" . -}}{{- end -}}
|
|
</section>
|
|
{{- partial "footer.html" . -}}
|
|
</body>
|
|
|
|
</html> |