mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-02 12:43:43 +00:00
16 lines
357 B
Handlebars
16 lines
357 B
Handlebars
<div class="article">
|
|
<h2>Article 1: Objective and Scope of Services</h2>
|
|
<p>
|
|
<strong>1.1 Objective.</strong>
|
|
{{template.article1.objective}}
|
|
</p>
|
|
{{#if template.article1.scope.length}}
|
|
<p><strong>1.2 Scope of Services.</strong></p>
|
|
<ol>
|
|
{{#each template.article1.scope}}
|
|
<li>{{this}}</li>
|
|
{{/each}}
|
|
</ol>
|
|
{{/if}}
|
|
</div>
|