diff --git a/content/software/solvespace.md b/content/software/solvespace.md
index ba1339b..9c27953 100644
--- a/content/software/solvespace.md
+++ b/content/software/solvespace.md
@@ -1,7 +1,7 @@
+++
title = "SolveSpace"
weight = 1
-template = "page.html"
+template = "page-solvespace.html"
[extra]
layout_css = "col-12 col-md-10 mx-auto"
@@ -124,68 +124,3 @@ Currently, the focus of development is to improve SolveSpace's handling of compl
**For commercial support and licensing**, please contact sales@m-l***s.hk.
-
-
-{% div() %}
-
-
-
-
-
-
-
-
-
-
-
-
-{% end %}
\ No newline at end of file
diff --git a/templates/_base.html b/templates/_base.html
index c5de8d9..218c37c 100644
--- a/templates/_base.html
+++ b/templates/_base.html
@@ -178,6 +178,9 @@
});
+ {% block js %}
+ {% endblock %}
+