Add jobs page

This commit is contained in:
2022-01-11 17:09:54 +01:00
parent 6b1c31893b
commit 50b4962c91
15 changed files with 156 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
{{- partial "head.html" . -}}
<body>
{{- partial "header.html" . -}}
<div id="content">
{{- block "main" . }}{{- end }}
</div>
{{- partial "footer.html" . -}}
</body>
</html>