diff --git a/blueprint/src/chapter/test.tex b/blueprint/src/chapter/test.tex
new file mode 100644
index 0000000..4f499db
--- /dev/null
+++ b/blueprint/src/chapter/test.tex
@@ -0,0 +1,3 @@
+\chapter{Test chapter}
+
+This is a test
\ No newline at end of file
diff --git a/blueprint/src/content.tex b/blueprint/src/content.tex
index b5cd27b..658e6b7 100644
--- a/blueprint/src/content.tex
+++ b/blueprint/src/content.tex
@@ -4,4 +4,6 @@
 %
 % If you want to split the blueprint content into several files then
 % the current file can be a simple sequence of \input. Otherwise It
-% can start with a \section or \chapter for instance.
\ No newline at end of file
+% can start with a \section or \chapter for instance.
+
+\input{chapter/test}
\ No newline at end of file