diff --git a/themes/hello-world/doc.xml b/themes/hello-world/doc.xml
new file mode 100644
index 0000000..aa50ea0
--- /dev/null
+++ b/themes/hello-world/doc.xml
@@ -0,0 +1,452 @@
+
+{#
+A simple-as-possible WORD/DOC template for the "Hello World" theme.
+Uses the MS Word 2003 XML format for widest compatibility.
+#}
+
+
+
+
+ {{ r.basics.name }}
+ {{ r.basics.name }}
+ 1
+ 2
+ 2015-10-08T04:10:00Z
+ 2015-10-08T04:12:00Z
+ 1
+ 5
+ 34
+ 1
+ 1
+ 38
+ 15
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Hello, world! My name is {{ r.basics.name }}.
+
+
+
+
+
+
+
+
+
+
+
diff --git a/themes/hello-world/html.css b/themes/hello-world/html.css
new file mode 100644
index 0000000..3c29971
--- /dev/null
+++ b/themes/hello-world/html.css
@@ -0,0 +1 @@
+{# An empty CSS file. #}
diff --git a/themes/hello-world/html.html b/themes/hello-world/html.html
new file mode 100644
index 0000000..d23a17f
--- /dev/null
+++ b/themes/hello-world/html.html
@@ -0,0 +1,14 @@
+
+{# A simple-as-possible HTML template for the "Hello World" theme. #}
+
+
+
+
+
+ {{ r.basics.name }}
+
+
+
+ Hello, world! My name is {{ r.basics.name }}
+
+
diff --git a/themes/hello-world/pdf.html b/themes/hello-world/pdf.html
new file mode 100644
index 0000000..c005e5f
--- /dev/null
+++ b/themes/hello-world/pdf.html
@@ -0,0 +1,14 @@
+
+{# A simple-as-possible HTML-to-PDF template for the "Hello World" theme. #}
+
+
+
+
+
+ {{ r.basics.name }}
+
+
+
+ Hello, world! My name is {{ r.basics.name }}
+
+
diff --git a/themes/hello-world/txt.txt b/themes/hello-world/txt.txt
new file mode 100644
index 0000000..05ea555
--- /dev/null
+++ b/themes/hello-world/txt.txt
@@ -0,0 +1,4 @@
+{#
+A simple-as-possible plain TXT resume template for the "Hello World" theme.
+#}
+Hello, world! My name is {{ r.basics.name }}.