8 lines
172 B
Scheme
Raw Normal View History

2018-03-01 12:31:44 +11:00
<% if $DocumentSets %>
<div class="documentsets">
2018-03-01 12:31:44 +11:00
<% loop $DocumentSets %>
<% include DocumentSet %>
<% end_loop %>
</div>
<% end_if %>