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: 9803849c45635bd8c5a80a8bd1170809de0db933 (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  {{- partial "head.html" . -}}
  <body>
    {{- block "main" . }}{{- end }}
  </body>
</html>