Welcome to mirror list, hosted at ThFree Co, Russian Federation.

baseof.html « _default « layouts - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 675fa25de584bbea1fcde90d092dd4d24a54b3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="{{ .Site.LanguageCode }}">
{{- partial "header.html" . -}}
	<body>
      <div id="content">
        {{- block "main" . -}}
				{{ end }}
      </div>
  </body>
{{- partial "footer.html" . -}}
</html>