Soutien
Donnez-nous quelques détails et nous vous aiderons à trouver la bonne information
Recherche
Ressources
Vidéos utiles
<% if (heading) { %>
<% var getColumnClasses = function(numberColumns) {
var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12';
if (numberColumns >= 2) classNames += ' md:col-6';
if (numberColumns >= 3) classNames += ' lg:col-4';
if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames;
} %>
<% } %> <%= heading %>
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Ressources populaires
-
<% blocks.forEach(function(block, index) { %>
-
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %><% if (block.html_url) { %> <%= block.name %> <% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %><%= block.description %>
<% } %>
<% }) %>
Entrer en contact
Vous n'avez pas trouvé ce que vous cherchiez ? Notre équipe est là pour vous aider.
Envoyer une demande USA +1 833 359 0940 AU +61 2 5118 9888 EU +31 648 013 732 support@fliteboard.com Become a PartnerCatégories
Ouvrir/Fermer le menu de navigation
Catégories
-
<% sections.forEach(function(section) { %>
-
<%= 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 %> <% }); %>
<% }); %>
-
<% 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) { %>
- Afficher plus <% } %>