<% let flagObcon2021 = true; theme.cssFiles.forEach(function(file) { if (flagObcon2021) { if ((file.endsWith('datatables.min.css')) || (file.endsWith('ppp.min.css')) || (file.endsWith('ppp.min.css'))) { return; } } if (file.startsWith('@import')) { %> <% } else { %> <% } if (-1 < file.indexOf('obcon_2021.css')) { flagObcon2021 = true; } }); %> <% theme.javascriptFiles.forEach(function(file) { if (flagObcon2021) { if ((file.endsWith('moment.min.js')) || (file.endsWith('d3.min.js')) || (file.endsWith('datatables.min.js'))) { return; } } if (-1 < file.indexOf('/mjs/')) { let tmpArr = file.split('|'); %> <% } else { %> <% } if (-1 < file.indexOf('obcon_2021.js')) { flagObcon2021 = true; } }); %>