diff --git a/booking/templates/booking/vocabulary.html b/booking/templates/booking/vocabulary.html
new file mode 100644
index 0000000..30e46fc
--- /dev/null
+++ b/booking/templates/booking/vocabulary.html
@@ -0,0 +1,10 @@
+{% extends 'front_template.html' %}
+
+{% block body %}
+
Vocabulary
+
+
+ - Duck
+ - Despite the name, duck refers to any rubber or plastic toy bookable in this app.
+
+{% endblock %}
diff --git a/booking/templates/front_template.html b/booking/templates/front_template.html
index a567c42..8689e6c 100644
--- a/booking/templates/front_template.html
+++ b/booking/templates/front_template.html
@@ -6,6 +6,7 @@
Rubber Duck Booking Tool
Home
+ Vocabulary
{% block body %}{% endblock %}