Fix scripts not being added to page template
diff --git a/templates/page.html b/templates/page.html
index 870d13a..e2608c2 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -14,3 +14,6 @@
 </article>
 {% endblock %}
 
+{% block scripts %}
+{{ super() }}
+{% endblock scripts %}