Where applicable and as required by Canadian sales tax laws, TaskRabbit will also charge the Goods and Services (GST), Harmonized Sales Tax (HST), and/or Quebec Sales Tax (QST) on the Service and Trust and Support fees.
        <% if (previousArticle) { %>
          
    <% } %>
  
  
    
    
      <% if (allItems.length > 1) { %>
        
            <% if (previousTitle) { %>
              
        <% } %>
        <% if (nextArticle) { %>
          <%= previousTitle %>
<% } %> <%= previousArticle.title %>
            <% if (nextTitle) { %>
              
        <% } %>
      <%= nextTitle %>
<% } %> <%= nextArticle.title %>- 
            <% 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 }) %> <% }); %>