- <% (config?.nav || []).forEach(item => {
+ <% main.forEach(item => {
const itemPage = item.href === '/' ? 'home' : item.href.replace(/^\//, '').toLowerCase();
const active = pageName === itemPage;
%>
-
><%= item.label %>
+
><%= item.label %>
<% }) %>
+
+ <% if (products.length) { %>
+
+ Solutions
+
+
+ <% } %>
+
+ <% if (resources.length) { %>
+
+ Resources
+
+
+ <% } %>
+
>Contact