Skip to main content
Help Center
Toggle navigation menu
Back to website
English (US)
Deutsch
Español
Français
日本語
Nederlands
Português
Русский
Türkçe
Українська
Tiếng Việt
简体中文
繁體中文
Submit a request
Sign in
Search
BitMart
FAQs
Contact Us
How can we help?
Search
Contact Us
BitMart Communities and Social Media
2024-05-20 09:59:59 UTC
Get Listed on BitMart
2025-01-11 15:29:02 UTC
Collaborate with BitMart
2024-04-12 22:54:33 UTC
How to Refer Friends and Earn Commissions
2024-04-03 22:34:40 UTC
Want to Help BitMart
2024-04-05 07:41:03 UTC
Want to Get Help from BitMart
2024-09-09 01:10:04 UTC
We Care What You Think!
2024-03-18 01:16:44 UTC
We Care About You and Want to Hear From You!
2024-03-18 01:18:54 UTC
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>