forked from lix-project/hydra
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
[% PROCESS deps.tt %]
|
|
|
|
[% global.nodeId = 10000 %]
|
|
|
|
<div class="dep-tree">
|
|
<ul class="tree">
|
|
[% INCLUDE renderNode node=buildTimeGraph %]
|
|
</ul>
|
|
</div>
|