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

baseof.html « _default « layouts - github.com/tylerjlawson/simple-resume.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 662f8c7f0de4c354193e5bf20ae266577b0ae330 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
    {{- partial "head.html" . -}}
    <body>
      {{- block "main" . }}{{- end }}
    </body>
</html>