Files
edr-platform/apps/edr-freight-api/src/contracts/templates/_partials/article1.hbs

13 lines
325 B
Handlebars

<div class="article">
<h2>Article 1: Objective and Scope of Services</h2>
<p><strong>Objective:</strong> {{template.article1.objective}}</p>
{{#if template.article1.scope.length}}
<p><strong>Scope:</strong></p>
<ol>
{{#each template.article1.scope}}
<li>{{this}}</li>
{{/each}}
</ol>
{{/if}}
</div>