Setting the provision to not be included tells the playbook to mark it complete/green if the concept is not found. The not included function is related to the way the playbook surfaces “missing” when reviewing a contract. There are typically two approaches: missing and it’s bad, or missing and it’s good. The counterparty positions then surface any logic on how to fine tune accordingly.
Search
<% if (previousArticle) { %>
<% } %>
<% if (allItems.length > 1) { %>
<% if (previousTitle) { %>
<% } %>
<% if (nextArticle) { %>
<%= previousTitle %>
<% } %> <%= previousArticle.title %>
<% if (nextTitle) { %>
<% } %>
<%= nextTitle %>
<% } %> <%= nextArticle.title %>In this article
-
<% allItems.forEach(function(item) { %>
- <%= item.name %> <%= partial('partial-table-of-contents', { items: item.children, partial: partial }) %> <% }); %>