diff --git a/themes/bootstrap2/templates/page.html b/themes/bootstrap2/templates/page.html
new file mode 100644
index 0000000000000000000000000000000000000000..223b52ca2a02d7e0ed98d64e5781d200cbb8e312
--- /dev/null
+++ b/themes/bootstrap2/templates/page.html
@@ -0,0 +1,13 @@
+{% extends "base.html" %}
+{% block title %}{{ page.title }}{% endblock %}
+{% block content %}
+
+ {{ page.title }}
+ {% if PDF_PROCESSOR %}
+
+ get the pdf
+
+ {% endif %}
+ {{ page.content }}
+
+{% endblock %}