diff --git a/overrides/main.html b/overrides/main.html
index 94d9808..402de72 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -1 +1,16 @@
{% extends "base.html" %}
+
+{% block extrahead %}
+ {{ super() }}
+
+{% endblock %}
+
+{% block scripts %}
+ {{ super() }}
+
+{% endblock %}
diff --git a/site/20-slice/index.html b/site/20-slice/index.html
index 642bc82..8a5827c 100644
--- a/site/20-slice/index.html
+++ b/site/20-slice/index.html
@@ -93,6 +93,13 @@
+
+
+