foliage/templates/dependencies.mustache
2023-05-29 15:27:22 +08:00

18 lines
240 B
Plaintext

<ul class="build-depends">
{{#build-depends}}
{{^if}}
<li>{{.}}</li>
{{/if}}
{{/build-depends}}
</ul>
{{#build-depends}}
{{#if}}
<p>if {{.}}</p>
<ul class="build-depends">
{{#then}}
<li>{{.}}</li>
{{/then}}
</ul>
{{/if}}
{{/build-depends}}