{{ page.title }}
diff --git a/templates/cv-nav.html b/templates/cv-nav.html
new file mode 100644
index 0000000..8ec9230
--- /dev/null
+++ b/templates/cv-nav.html
@@ -0,0 +1,7 @@
+
diff --git a/templates/cv-page.html b/templates/cv-page.html
new file mode 100644
index 0000000..69d2044
--- /dev/null
+++ b/templates/cv-page.html
@@ -0,0 +1,12 @@
+{% extends "base.html" %}
+{% block content %}
+{% set section = get_section(path="cv/_index.md") %}
+
+{% include "cv-nav.html" %}
+
+{% endblock %}
diff --git a/templates/cv.html b/templates/cv.html
new file mode 100644
index 0000000..5a55a5f
--- /dev/null
+++ b/templates/cv.html
@@ -0,0 +1,24 @@
+{% extends "base.html" %}
+{% block content %}
++ {{ page.title }} {% if page.extra.years is defined %}({{ page.extra.years}}){% + endif %} +
+{{ page.content | safe }} +
+{% include "cv-nav.html" %}
+
+{% endblock -%}
+{{ section.content | safe }}
+{% if section.pages -%}
+
+