Skip to main content
Help Center
License & Terms
Go to Artlist
Artlist Blog
License & Terms
Go to Artlist
Artlist Blog
Artlist
Templates
Troubleshooting Templates
Troubleshooting Templates
Articles
Troubleshooting Davinci Studio templates
Troubleshooting After Effects templates
Troubleshooting Final Cut Pro templates
Troubleshooting Davinci Resolve templates
Troubleshooting Premiere Pro templates
Cancel
<% var hasActiveCategory = false; %> <% categories.forEach(function(category) { if (category.isActive) { hasActiveCategory = true; } }); %> <% categories.forEach(function(category, index) { %> <% if (category.sections.length && (!hasActiveCategory || category.isActive)) { %>
<% category.sections.forEach(function(section) { %>
<%= section.name %>
<% }); %>
<% } %> <% }); %>