diff --git a/src/root/build.tt b/src/root/build.tt
index c40cb510..551b5bc2 100644
--- a/src/root/build.tt
+++ b/src/root/build.tt
@@ -513,32 +513,14 @@
[% END %]
[% IF drvAvailable %]
-
-

-
+ [% INCLUDE makeLazyTab tabName="tabs-build-deps" uri=c.uri_for('/build' build.id 'build-deps') %]
[% END %]
[% IF available %]
-
-

-
+ [% INCLUDE makeLazyTab tabName="tabs-runtime-deps" uri=c.uri_for('/build' build.id 'runtime-deps') %]
[% END %]
-
-
[% END %]
diff --git a/src/root/common.tt b/src/root/common.tt
index 9079cb2f..ad935285 100644
--- a/src/root/common.tt
+++ b/src/root/common.tt
@@ -448,4 +448,25 @@ BLOCK renderEvals %]
BLOCK renderLogLinks %]
(log, raw, tail)
-[% END %]
+[% END;
+
+
+BLOCK makeLazyTab %]
+
+

+
+
+[% END;
+
+
+%]