blob: fde7b4b6120ff761fadefcba16c1e816a27b8561 [file] [log] [blame]
<%
Collection<String> imports = model.getImports();
for (String anImport : imports) {
%>
import <%= anImport %>;
<%
}
%>