You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
439 B
19 lines
439 B
<!DOCTYPE html>
|
|
<html lang="{{ .Site.Language.Lang }}" dir="{{ .Site.Language.LanguageDirection | default "ltr" }}">
|
|
{{- partial "common/head.html" . -}}
|
|
|
|
|
|
<body>
|
|
{{- partial "common/nav.html" . -}}
|
|
|
|
{{- block "main" . -}} {{- end -}}
|
|
|
|
{{- partial "common/newsletter.html" . -}}
|
|
{{- partial "common/footer.html" . -}}
|
|
{{- partial "common/scripts.html" . -}}
|
|
{{- block "scripts" . -}} {{- end -}}
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|