Skip to main content
Toggle navigation menu
Topics
Submit a request
Sign in
Top
Stamped
Getting Started
Magento
Search
Magento
Magento: Getting Started
<% if (categories.length) { %>
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<% }) %>
<% } %>