forked from lix-project/hydra
7 lines
144 B
Text
7 lines
144 B
Text
|
[% PROCESS deps.tt %]
|
||
|
|
||
|
<div class="dep-tree">
|
||
|
<ul class="tree">
|
||
|
[% FOREACH node IN runtimeGraph; INCLUDE renderNode; END %]
|
||
|
</ul>
|
||
|
</div>
|