- Maskintvätt, varm, inifrån och ut, som färger
- Torktumlas lågt
- Inte kemtvättas
- Stryk inte
- Använd endast icke-klorblekmedel
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
Föregående artikel
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
Nästa artikel
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>
-
<% items.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>