11 lines
188 B
Scheme
11 lines
188 B
Scheme
|
|
$Content
|
|
|
|
<% if Children %>
|
|
<h2>OpenStack Legal Documents</h2>
|
|
<ul id="legal-documents">
|
|
<% loop Children %>
|
|
<li><a href="{$Link}">$Title</a></li>
|
|
<% end_loop %>
|
|
</ul>
|
|
<% end_if %> |