added curriculum section. Needs working.
[theme-danix.xyz.git] / layouts / curriculum / cv-baseof.html
CommitLineData
07a590fe 1<!DOCTYPE html>
2<html lang="{{ $.Site.LanguageCode | default "en" }}">
3 {{- partial "head.html" . -}}
4 <body class="curriculum is-preload">
5 <a id="top" class="skip-link screen-reader-text" href="#primary">skip to content</a>
6 <div id="wrapper">
7 {{- partial "header.html" . -}}
8 <div id="main">
9 <section id="one">
10 {{- block "curriculum-main" . }}{{- end }}
11 </section>
12 <section id="two" class="alt">
13 {{- block "curriculum-footer" . }}{{- end }}
14 </section>
15 </div>
16 {{- partial "footer.html" . -}}
17 </div>
18 {{- partial "footer-addition.html" . -}}
19 </body>
20</html>