diff --git a/_config.yml b/_config.yml
index 1923509..392986d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -66,6 +66,8 @@ theme_variables:
# edit_me: true
# open_issue: true
# history: true
+ # datatables:
+ # searchbuilder: False
# headings:
# related-pages: Related pages
# more-information-tiles: More information
diff --git a/_includes/head.html b/_includes/head.html
index ef334a5..8c10ce2 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -62,6 +62,11 @@
+ {%- if site.theme_variables.datatables.searchbuilder %}
+
+
+
+ {%- endif %}