% import os
% row_template_file = os.path.join(template_base_dir, 'row.html')
% for row_index,file_details in enumerate(file_details_list):
% include(row_template_file)
% end
% if searchable:
% import os
% search_template_file = os.path.join(template_base_dir, 'search.html')
% include(search_template_file)
% end
% render_template_file = os.path.join(template_base_dir, 'render.html')
% include(render_template_file)